]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Controller.php
Played around with a new app structure
[bookstack] / app / Http / Controllers / Controller.php
index f6dc1dbca43cb9b46ce60ef9d48105f16a04c575..b3cc81efc9b2b9401142e6a0d86def782e568719 100644 (file)
@@ -2,11 +2,11 @@
 
 namespace BookStack\Http\Controllers;
 
+use BookStack\Activity\Models\Loggable;
+use BookStack\App\Model;
 use BookStack\Exceptions\NotifyException;
 use BookStack\Facades\Activity;
 use BookStack\Http\Responses\DownloadResponseFactory;
-use BookStack\Interfaces\Loggable;
-use BookStack\Model;
 use Illuminate\Foundation\Bus\DispatchesJobs;
 use Illuminate\Foundation\Validation\ValidatesRequests;
 use Illuminate\Http\JsonResponse;