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

Commit ff66db0

Browse files
committed
renamed AppNamespaceDetectorTrait to DetectsApplicationNamespace
1 parent 4059f2a commit ff66db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Generator/ApiMakeCommand.php

Lines changed: 2 additions & 2 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.

0 commit comments

Comments
 (0)