Skip to content

Commit bfb894f

Browse files
hafijul233github-actions[bot]
authored andcommitted
Fix styling
1 parent aefcc28 commit bfb894f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function handle()
3636
$this->confirmLanguagePublish();
3737

3838
$this->confirmStubsPublish();
39-
39+
4040
$this->configureRouteFile();
4141

4242
$this->components->twoColumnDetail('API Crud Setup Complete.', '<fg=green;options=bold>DONE</>');

src/Generators/FileGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct($path, $contents, $filesystem = null)
4242
{
4343
$this->path = $path;
4444
$this->contents = $contents;
45-
$this->filesystem = $filesystem ?: new Filesystem();
45+
$this->filesystem = $filesystem ?: new Filesystem;
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)