]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/UserRepo.php
Extracted many page-specific repo methods into page-specific repo
[bookstack] / app / Auth / UserRepo.php
index c1fd9df2cf845a98342d380145b96ef7540ef03f..7c88badb843297a37901a70883179c9a20757447 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace BookStack\Auth;
 
 use Activity;
-use BookStack\Entities\EntityRepo;
+use BookStack\Entities\Repos\EntityRepo;
 use BookStack\Exceptions\NotFoundException;
 use BookStack\Uploads\Image;
 use Exception;