LAR_Maintenance/app/Http/Controllers/AuthController.php

12 lines
140 B
PHP

<?php
namespace App\Http\Controllers;
use SteelAnts\LaravelAuth\Traits\Authentication;
class AuthController
{
use Authentication;
}