X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1c43602f4bed60a84f47735ca8bc4a399018e013..refs/pull/3698/head:/app/Interfaces/Sluggable.php diff --git a/app/Interfaces/Sluggable.php b/app/Interfaces/Sluggable.php index 24ee1bab2..2d56e847e 100644 --- a/app/Interfaces/Sluggable.php +++ b/app/Interfaces/Sluggable.php @@ -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 {