mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Change namespace
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Crater\Http\Middleware;
|
||||
namespace InvoiceShelf\Http\Middleware;
|
||||
|
||||
use Closure;
|
||||
use Crater\Providers\RouteServiceProvider;
|
||||
use InvoiceShelf\Providers\RouteServiceProvider;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class RedirectIfAuthenticated
|
||||
|
||||
Reference in New Issue
Block a user