Removed foreign Trait

This commit is contained in:
Deon George 2018-05-07 22:17:40 +10:00
parent e9cad27afc
commit 5169a24d13
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@ use App\Models\{Group,Product};
class SearchController extends Controller
{
use \App\Traits\GetImportDate;
public function __construct()
{
$this->middleware('auth');
@ -25,4 +23,4 @@ class SearchController extends Controller
return json_encode($result);
}
}
}