]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/CopyShelfPermissions.php
Code cleanup, bug squashing
[bookstack] / app / Console / Commands / CopyShelfPermissions.php
index 6b5d35a476798a67d2bf16a42d2225b67363d632..d220c59f9ea7cedbf0a77c6e6ccb3bab27d7496e 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace BookStack\Console\Commands;
 
-use BookStack\Entities\Bookshelf;
+use BookStack\Entities\Models\Bookshelf;
 use BookStack\Entities\Repos\BookshelfRepo;
 use Illuminate\Console\Command;