Skip to content

Commit efae815

Browse files
committed
Catch meta, tweak auth
1 parent bf52f9e commit efae815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/MetaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ protected function getExpectedArguments()
232232
'argumentSet' => 'auth',
233233
],
234234
[
235-
'class' => ['\Illuminate\Support\Facades\Route', '\Illuminate\Support\Facades\Auth', 'Illuminate\Foundation\Auth\Access\Authorizable', 'Illuminate\Contracts\Auth\Access\Authorizable'],
235+
'class' => ['\Illuminate\Support\Facades\Route', '\Illuminate\Support\Facades\Auth', 'Illuminate\Foundation\Auth\Access\Authorizable'],
236236
'method' => ['can', 'cannot', 'cant'],
237237
'argumentSet' => 'auth',
238238
],

0 commit comments

Comments
 (0)