Primo Committ
This commit is contained in:
10
vendor/laravel/framework/src/Illuminate/Session/TokenMismatchException.php
vendored
Executable file
10
vendor/laravel/framework/src/Illuminate/Session/TokenMismatchException.php
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Session;
|
||||
|
||||
use Exception;
|
||||
|
||||
class TokenMismatchException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user