]> BookStack Code Mirror - bookstack/blobdiff - app/Interfaces/Sluggable.php
Added "page_include_parse" theme event
[bookstack] / app / Interfaces / Sluggable.php
index 24ee1bab2f6faba7ce131ad96134f815377cc738..2d56e847e388fcca3993d4ecb35f77f302106d10 100644 (file)
@@ -2,18 +2,12 @@
 
 namespace BookStack\Interfaces;
 
-use Illuminate\Database\Eloquent\Builder;
-
 /**
- * Interface Sluggable.
- *
  * Assigned to models that can have slugs.
  * Must have the below properties.
  *
  * @property int    $id
  * @property string $name
- *
- * @method Builder newQuery
  */
 interface Sluggable
 {