]> BookStack Code Mirror - bookstack/blobdiff - app/SearchTerm.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / SearchTerm.php
index a7e3814f886153ff889080dc5abdd21ced2a051e..ee6c72190cbb254108d5c5aa6f8dbc879b2e80c4 100644 (file)
@@ -1,7 +1,5 @@
 <?php namespace BookStack;
 
-use Illuminate\Database\Eloquent\Model;
-
 class SearchTerm extends Model
 {
 
@@ -16,5 +14,4 @@ class SearchTerm extends Model
     {
         return $this->morphTo('entity');
     }
-
 }