mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 09:52:55 -05:00
build version 400
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Crater\Http\Middleware;
|
||||
|
||||
use Closure;
|
||||
use Crater\Setting;
|
||||
use Crater\Models\Setting;
|
||||
|
||||
class RedirectIfInstalled
|
||||
{
|
||||
@@ -21,6 +21,7 @@ class RedirectIfInstalled
|
||||
return redirect('login');
|
||||
}
|
||||
}
|
||||
|
||||
return $next($request);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user