|
@@ -21,7 +21,7 @@ |
|
|
block discarded – undo |
|
21
|
21
|
__DIR__ . '/../config/layer.php' => $this->app->make('path.config') . '/layer.php' |
|
22
|
22
|
], 'config'); |
|
23
|
23
|
|
|
24
|
|
- $this->app->bind('Aosmak\Laravel\Layer\Sdk\Services\LayerServiceInterface', function ($app) { |
|
|
24
|
+ $this->app->bind('Aosmak\Laravel\Layer\Sdk\Services\LayerServiceInterface', function($app) { |
|
25
|
25
|
$service = $app->make('Aosmak\Laravel\Layer\Sdk\Services\LayerService'); |
|
26
|
26
|
$service->setConfig($app['config']['layer']); |
|
27
|
27
|
|
Please login to merge, or discard this patch.