1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 19:32:29 +01:00

Fixed model extending mis-use

This commit is contained in:
Dan Brown 2017-04-16 10:54:23 +01:00
parent a15b179676
commit 8ed9f75d57
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -1,7 +1,5 @@
<?php namespace BookStack;
use Illuminate\Database\Eloquent\Model;
class SearchTerm extends Model
{