]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/SlugGenerator.php
Code cleanup, bug squashing
[bookstack] / app / Entities / Tools / SlugGenerator.php
index 884f126e8ecf7edd9d1ce61f2fe5c0a36395b0aa..7075bc72c14ce50e78119592be480f70c6756266 100644 (file)
@@ -1,5 +1,6 @@
-<?php namespace BookStack\Entities;
+<?php namespace BookStack\Entities\Tools;
 
+use BookStack\Entities\Models\Entity;
 use Illuminate\Support\Str;
 
 class SlugGenerator