We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b07205 + 3b97a3b commit a852f62Copy full SHA for a852f62
composer.json
@@ -11,7 +11,7 @@
11
"minimum-stability": "dev",
12
"require": {
13
"php": ">=5.6.4",
14
- "laravel/framework": "5.3.*",
+ "laravel/framework": "5.4.*",
15
"laravel/scout": "^2.0"
16
},
17
"autoload": {
src/Services/IndexService.php
@@ -2,14 +2,14 @@
2
3
namespace DamianTW\MySQLScout\Services;
4
5
+use Illuminate\Console\DetectsApplicationNamespace;
6
use Laravel\Scout\Searchable;
-use Illuminate\Console\AppNamespaceDetectorTrait;
7
use Illuminate\Support\Facades\DB;
8
use DamianTW\MySQLScout\Events;
9
10
class IndexService
{
- use AppNamespaceDetectorTrait;
+ use DetectsApplicationNamespace;
protected $modelService;
0 commit comments