diff --git a/laravel/request.php b/laravel/request.php index 2df3e214..91ce26a1 100644 --- a/laravel/request.php +++ b/laravel/request.php @@ -1,4 +1,7 @@ -token(); + return Input::get(Session::token) !== IoC::core('session')->token(); } /** @@ -151,4 +149,4 @@ public static function route() return static::$route; } -} +} \ No newline at end of file