]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/CreateAdmin.php
Rolled tri-layout to page edit and book-create
[bookstack] / app / Console / Commands / CreateAdmin.php
index c7a9969e80525dbc6251236aba50e8c4bec041b3..6bfc544698fdc2dba39ddae88f18ac4a154fc0c1 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace BookStack\Console\Commands;
 
-use BookStack\Repos\UserRepo;
+use BookStack\Auth\UserRepo;
 use Illuminate\Console\Command;
 
 class CreateAdmin extends Command