More code for 5.3

This commit is contained in:
James Cole
2016-09-16 06:48:38 +02:00
parent 51d9f041ae
commit d00fbe4eb3
7 changed files with 5 additions and 17 deletions

2
app/Http/Middleware/VerifyCsrfToken.php Normal file → Executable file
View File

@@ -6,8 +6,8 @@
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;