Skip to content

Commit 07c04bc

Browse files
Changed deprecated fire method to handle
Changed deprecated `fire` method to `handle` in GenerateCommand
1 parent 5aa408d commit 07c04bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/GenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function __construct(Filesystem $files, $view)
8181
*
8282
* @return void
8383
*/
84-
public function fire()
84+
public function handle()
8585
{
8686
$filename = $this->option('filename');
8787
$this->dirs = $this->option('dir');

0 commit comments

Comments
 (0)