]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/RecycleBinApiController.php
Fix timestamp in API docs example response
[bookstack] / app / Http / Controllers / Api / RecycleBinApiController.php
index bbe19bd86ec383658f28172ded1f29d9fa73b311..f327bae93f4918749a4163132e9320f9e636ad9c 100644 (file)
@@ -71,7 +71,7 @@ class RecycleBinApiController extends ApiController
     protected function listFormatter(Deletion $deletion)
     {
         $deletable = $deletion->deletable;
-        $withTrashedQuery = fn(Builder $query) => $query->withTrashed();
+        $withTrashedQuery = fn (Builder $query) => $query->withTrashed();
 
         if ($deletable instanceof BookChild) {
             $parent = $deletable->getParent();