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 060494c + 8bdfb64 commit c6626d4Copy full SHA for c6626d4
src/ServiceProvider.php
@@ -37,6 +37,9 @@ public function register()
37
});
38
39
$this->commands('command.widget.make');
40
+
41
+ $this->app->alias('arrilot.widget', 'Arrilot\Widgets\Factories\WidgetFactory');
42
+ $this->app->alias('arrilot.async-widget', 'Arrilot\Widgets\Factories\AsyncWidgetFactory');
43
}
44
45
/**
0 commit comments