]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a15b179
)
Fixed model extending mis-use
340/head
author
Dan Brown
<redacted>
Sun, 16 Apr 2017 09:54:23 +0000
(10:54 +0100)
committer
Dan Brown
<redacted>
Sun, 16 Apr 2017 09:54:23 +0000
(10:54 +0100)
app/SearchTerm.php
patch
|
blob
|
history
diff --git
a/app/SearchTerm.php
b/app/SearchTerm.php
index a7e3814f886153ff889080dc5abdd21ced2a051e..50df34021f7e5b74f1df7d981bdc2cf1ba65d7c0 100644
(file)
--- a/
app/SearchTerm.php
+++ b/
app/SearchTerm.php
@@
-1,7
+1,5
@@
<?php namespace BookStack;
-use Illuminate\Database\Eloquent\Model;
-
class SearchTerm extends Model
{