app/listeners/DispatchListener.php: need "use Exception" to make php know that i want the base class without any namespaces.
This commit is contained in:
parent
daa8803f5e
commit
f82382fdaa
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace App\Listener;
|
||||
|
||||
use Exception;
|
||||
use Phalcon\Events\Event;
|
||||
use Phalcon\Mvc\User\Plugin;
|
||||
use Phalcon\Mvc\Dispatcher;
|
||||
|
|
|
|||
Reference in a new issue