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.
1 parent 4284998 commit f4f5163Copy full SHA for f4f5163
src/NutgramServiceProvider.php
@@ -84,9 +84,10 @@ public function register()
84
85
public function boot(): void
86
{
87
+ $this->loadViewsFrom(__DIR__.'/../resources/views/logging', 'logging');
88
+
89
if ($this->app->runningInConsole()) {
90
$this->loadViewsFrom(__DIR__.'/../resources/views/terminal', 'terminal');
- $this->loadViewsFrom(__DIR__.'/../resources/views/logging', 'logging');
91
92
$this->commands([
93
Console\RunCommand::class,
0 commit comments