]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookSortController.php
Updated activities table format
[bookstack] / app / Http / Controllers / BookSortController.php
index fb9308b4668ec19d760b64cd7b2acc9ed432dc27..9375b618afaefc3c97f91d86848e55d3127b932e 100644 (file)
@@ -15,10 +15,6 @@ class BookSortController extends Controller
 
     protected $bookRepo;
 
-    /**
-     * BookSortController constructor.
-     * @param $bookRepo
-     */
     public function __construct(BookRepo $bookRepo)
     {
         $this->bookRepo = $bookRepo;