]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/ApiController.php
Added testing to favourite system
[bookstack] / app / Http / Controllers / Api / ApiController.php
index 65a5bb99f6ca3bfc6f99e4e0137d4e6029d91ff3..f143ea5cd50a3d33f9a66ae58464a71b8bf9066c 100644 (file)
@@ -5,7 +5,7 @@ use BookStack\Http\Controllers\Controller;
 use Illuminate\Database\Eloquent\Builder;
 use Illuminate\Http\JsonResponse;
 
-class ApiController extends Controller
+abstract class ApiController extends Controller
 {
 
     protected $rules = [];
@@ -27,4 +27,4 @@ class ApiController extends Controller
     {
         return $this->rules;
     }
-}
\ No newline at end of file
+}