flush scout products
This commit is contained in:
parent
ee74a5e86c
commit
7ef14705c8
|
|
@ -13,7 +13,7 @@ class ImporterServiceProvider extends ServiceProvider
|
|||
public function boot(Router $router)
|
||||
{
|
||||
$this->loadRoutesFrom(__DIR__ . '/../Routes/routes.php');
|
||||
$this->mergeConfigFrom(__DIR__ . '/../Config/scrap.php');
|
||||
$this->mergeConfigFrom(__DIR__ . '/../Config/scrap.php','scrap');
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Sarga\Importer\src;
|
||||
namespace Sarga\Importer\Repositories;
|
||||
|
||||
use Illuminate\Container\Container as Application;
|
||||
use Illuminate\Support\Arr;
|
||||
Loading…
Reference in New Issue