mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
If no users exist redirect to /register from /login
If no users exist redirect to /register from /login
This commit is contained in:
parent
6dfcaea04f
commit
e84f404af8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
namespace App\Http\Controllers\Auth;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Models\Settings;
|
||||
use App\Models\User;
|
||||
use App\Providers\RouteServiceProvider;
|
||||
use Illuminate\Auth\Events\Registered;
|
||||
|
|
Loading…
Add table
Reference in a new issue