Skip to content

Commit

Permalink
Fixed CsrfToken missing
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhicetea committed Jun 27, 2016
1 parent f21a6b0 commit 19ae022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sifoni/Controller/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Sifoni\Controller;

use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Security\Csrf\CsrfToken;
use Sifoni\Engine;

abstract class Base
Expand Down

0 comments on commit 19ae022

Please sign in to comment.