]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotifyException.php
Show users link in top nav if user is signed in and only manages users
[bookstack] / app / Exceptions / NotifyException.php
index c9ff9975dca1e5dc9919313922234869a01df44e..df96b5d12d204c660fc06b36bbe7cd2bf7baaeaf 100644 (file)
@@ -1,5 +1,4 @@
-<?php namespace Oxbow\Exceptions;
-
+<?php namespace BookStack\Exceptions;
 
 class NotifyException extends \Exception
 {
@@ -18,4 +17,4 @@ class NotifyException extends \Exception
         $this->redirectLocation = $redirectLocation;
         parent::__construct();
     }
-}
\ No newline at end of file
+}