diff src/Generator/Requests/RequestGenerator.php @ 7:769a17898cc0

Various changes to the generators and replacers - probably mostly just formatting
author luka
date Wed, 18 Oct 2023 21:04:11 -0400
parents b0b2e79ad8e6
children 81a76472ba21
line wrap: on
line diff
--- a/src/Generator/Requests/RequestGenerator.php	Thu Oct 12 19:44:22 2023 -0400
+++ b/src/Generator/Requests/RequestGenerator.php	Wed Oct 18 21:04:11 2023 -0400
@@ -7,7 +7,6 @@
 use Symfony\Component\Console\Input\InputOption;
 use Symfony\Component\Console\Output\OutputInterface;
 use Wizzard\MagicForger\Generator\BaseGenerator;
-use Illuminate\Support\Str;
 
 #[AsCommand(name: 'mf:request')]
 class RequestGenerator extends BaseGenerator
@@ -81,6 +80,7 @@
     protected function afterPromptingForMissingArguments(InputInterface $input, OutputInterface $output)
     {
     }
+
     /**
      * Get the stub file for the generator.
      *
@@ -99,5 +99,4 @@
     {
         $this->call('mf:update_request', ['table' => $this->getTableInput()]);
     }
-
 }