mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-17 03:38:39 +01:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
|
|
namespace App\Http\Middleware;
|
|
|
|
use Illuminate\Auth\Middleware\Authenticate as Middleware;
|
|
|
|
class Authenticate extends Middleware
|
|
{
|
|
|
|
}
|