1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03: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

View File

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