Skip to content

Commit 55494c2

Browse files
committed
Refactoring
1 parent 82e5dca commit 55494c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/IdeHelperServiceProvider.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProvider
1111
{
12-
const ModelsCommandAlias = 'ModelsCommand__LaravelAdjacencyList__alias';
12+
/**
13+
* @var string
14+
*/
15+
const ModelsCommandAlias = __NAMESPACE__ . '\\' . ModelsCommand::class;
1316

1417
public function boot(): void
1518
{

0 commit comments

Comments
 (0)