Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit a027d43

Browse files
authored
Merge pull request #4 from NewwayLibs/master
Update Trait name
2 parents c41072c + 703468e commit a027d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Generator/ApiMakeCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace Arrilot\Api\Generator;
44

5-
use Illuminate\Console\AppNamespaceDetectorTrait;
5+
use Illuminate\Console\DetectsApplicationNamespace;
66
use Illuminate\Console\Command;
77
use Illuminate\Filesystem\Filesystem;
88
use Symfony\Component\Console\Input\InputArgument;
99

1010
class ApiMakeCommand extends Command
1111
{
12-
use AppNamespaceDetectorTrait;
12+
use DetectsApplicationNamespace;
1313

1414
/**
1515
* The filesystem instance.
@@ -64,7 +64,7 @@ public function __construct(Filesystem $files)
6464
*
6565
* @return void
6666
*/
67-
public function fire()
67+
public function handle()
6868
{
6969
$this->prepareVariablesForStubs($this->argument('name'));
7070

0 commit comments

Comments
 (0)