mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 22:14:48 +00:00
refactor namespace and update routes for api
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Laraspace\Http\Middleware;
|
||||
namespace Crater\Http\Middleware;
|
||||
|
||||
use Closure;
|
||||
use Laraspace\Setting;
|
||||
use Crater\Setting;
|
||||
|
||||
class RedirectIfInstalled
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user