]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/ClearViews.php
Played around with a new app structure
[bookstack] / app / Console / Commands / ClearViews.php
index 0fc6c0195663755e2f1072444ef72452158075c6..c76b78d231d1c2685bbdb0113281955e33b6c133 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace BookStack\Console\Commands;
 
-use BookStack\Actions\View;
+use BookStack\Activity\Models\View;
 use Illuminate\Console\Command;
 
 class ClearViews extends Command