fix cs
This commit is contained in:
@@ -23,15 +23,14 @@
|
||||
|
||||
namespace Thelia\Module;
|
||||
|
||||
|
||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
interface BaseModuleInterface {
|
||||
|
||||
interface BaseModuleInterface
|
||||
{
|
||||
public function setRequest(Request $request);
|
||||
public function getRequest();
|
||||
|
||||
public function setDispatcher(EventDispatcherInterface $dispatcher);
|
||||
public function getDispatcher();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user