From bfb894fda1e1426b491810aae2ea0f247bb5b9e7 Mon Sep 17 00:00:00 2001 From: hafijul233 Date: Fri, 23 Aug 2024 06:39:00 +0000 Subject: [PATCH] Fix styling --- src/Commands/InstallCommand.php | 2 +- src/Generators/FileGenerator.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index 4904c9f..53ce52b 100644 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -36,7 +36,7 @@ public function handle() $this->confirmLanguagePublish(); $this->confirmStubsPublish(); - + $this->configureRouteFile(); $this->components->twoColumnDetail('API Crud Setup Complete.', 'DONE'); diff --git a/src/Generators/FileGenerator.php b/src/Generators/FileGenerator.php index 8fc8ead..2bca1ca 100644 --- a/src/Generators/FileGenerator.php +++ b/src/Generators/FileGenerator.php @@ -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; } /**