]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/ShelfContext.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / app / Entities / Tools / ShelfContext.php
index 0635bce1cbd753569a442f2350f7cae672c47326..50d7981716e68c7dd662e982e22b115d64a0b4f2 100644 (file)
@@ -1,7 +1,9 @@
-<?php namespace BookStack\Entities\Tools;
+<?php
 
-use BookStack\Entities\Book;
-use BookStack\Entities\Bookshelf;
+namespace BookStack\Entities\Tools;
+
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Bookshelf;
 
 class ShelfContext
 {