Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored and github-actions[bot] committed Aug 23, 2024
1 parent aefcc28 commit bfb894f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function handle()
$this->confirmLanguagePublish();

$this->confirmStubsPublish();

$this->configureRouteFile();

$this->components->twoColumnDetail('API Crud Setup Complete.', '<fg=green;options=bold>DONE</>');
Expand Down
2 changes: 1 addition & 1 deletion src/Generators/FileGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct($path, $contents, $filesystem = null)
{
$this->path = $path;
$this->contents = $contents;
$this->filesystem = $filesystem ?: new Filesystem();
$this->filesystem = $filesystem ?: new Filesystem;
}

/**
Expand Down

0 comments on commit bfb894f

Please sign in to comment.