1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +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; <?php namespace BookStack;
use Illuminate\Database\Eloquent\Model;
class SearchTerm extends Model class SearchTerm extends Model
{ {