]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/TagRepo.php
Standardised facade usage to use via their FQCN
[bookstack] / app / Actions / TagRepo.php
index ca65b78e8e2dab7b7742204f6decd8e0c5a908f2..90d657e517b5fc781718581cf74291466c79562c 100644 (file)
@@ -4,7 +4,7 @@ namespace BookStack\Actions;
 
 use BookStack\Auth\Permissions\PermissionService;
 use BookStack\Entities\Models\Entity;
-use DB;
+use Illuminate\Support\Facades\DB;
 use Illuminate\Support\Collection;
 
 class TagRepo