]> BookStack Code Mirror - bookstack/blobdiff - app/Api/ApiToken.php
Played around with a new app structure
[bookstack] / app / Api / ApiToken.php
index 70b289ae17e2668159a48b87b792d61a38be4f41..b462eaae956945c703644f7b49e7b30c8bb6e2e5 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace BookStack\Api;
 
-use BookStack\Auth\User;
-use BookStack\Interfaces\Loggable;
+use BookStack\Activity\Models\Loggable;
+use BookStack\Users\Models\User;
 use Illuminate\Database\Eloquent\Model;
 use Illuminate\Database\Eloquent\Relations\BelongsTo;
 use Illuminate\Support\Carbon;