Removed foreign Trait

This commit is contained in:
Deon George
2018-05-07 22:17:40 +10:00
parent e9cad27afc
commit 5169a24d13

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);
}
}
}