Skip to content

Commit a5714df

Browse files
daniel-cintragithub-actions[bot]
authored andcommitted
Fix styling
1 parent d88c39d commit a5714df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Console/PublishSiteFilesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class PublishSiteFilesCommand extends Command
1111
{
12-
use PublishConfigFile, CopySiteFiles, ConfigureViews;
12+
use ConfigureViews, CopySiteFiles, PublishConfigFile;
1313

1414
protected $signature = 'modular:publish-site-files';
1515

stubs/site/modules/Index/IndexServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public function boot()
1212
{
1313
parent::boot();
1414

15-
$this->loadViewsFrom(__DIR__ . '/views', 'index');
15+
$this->loadViewsFrom(__DIR__.'/views', 'index');
1616
}
1717
}

0 commit comments

Comments
 (0)