X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c429cf78187e80deb63982a282a1c6889f30291a..refs/pull/3141/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 {