fix(vikon): add parameter to SyncFilesAction singleton
This commit is contained in:
@@ -65,7 +65,7 @@ class VikonServiceProvider extends ServiceProvider
|
|||||||
basePath: public_path(),
|
basePath: public_path(),
|
||||||
));
|
));
|
||||||
|
|
||||||
$this->app->singleton(SyncFilesAction::class, fn () => new SyncFilesAction(
|
$this->app->singleton(SyncFilesAction::class, fn ($app) => new SyncFilesAction(
|
||||||
http: $app->make(HttpTask::class),
|
http: $app->make(HttpTask::class),
|
||||||
publicPath: public_path(),
|
publicPath: public_path(),
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user