initial: bootstrap from BukidBountyApp base
This commit is contained in:
16
app/Http/Middleware/Authenticate.php
Normal file
16
app/Http/Middleware/Authenticate.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Http\Middleware;
|
||||
|
||||
use Hypervel\Support\Facades\Auth;
|
||||
use Hypervel\Auth\Middleware\Authenticate as Middleware;
|
||||
use Closure;
|
||||
|
||||
class Authenticate extends Middleware
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user