]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/Authenticate.php
Change application namespace to BookStack
[bookstack] / app / Http / Middleware / Authenticate.php
index f3c6f592532834d87c71bce7c3af21c2a7060ece..ebd830ffefb4a6a953934410fc06523798f0f301 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 
-namespace Oxbow\Http\Middleware;
+namespace BookStack\Http\Middleware;
 
 use Closure;
 use Illuminate\Contracts\Auth\Guard;
-use Oxbow\Exceptions\UserRegistrationException;
+use BookStack\Exceptions\UserRegistrationException;
 use Setting;
 
 class Authenticate