We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efae815 + c5adc05 commit d5b03baCopy full SHA for d5b03ba
src/Console/MetaCommand.php
@@ -237,7 +237,7 @@ protected function getExpectedArguments()
237
'argumentSet' => 'auth',
238
],
239
[
240
- 'class' => [ 'Illuminate\Contracts\Auth\Access\Authorizable'],
+ 'class' => ['Illuminate\Contracts\Auth\Access\Authorizable'],
241
'method' => ['can'],
242
243
@@ -317,7 +317,7 @@ protected function loadTemplate($name)
317
$value = $this->files->requireOnce($file) ?: [];
318
} catch (\Throwable $e) {
319
$value = [];
320
- $this->warn('Cannot load template for ' . $name .': '.$e->getMessage());
+ $this->warn('Cannot load template for ' . $name . ': ' . $e->getMessage());
321
}
322
323
if (!$value instanceof Collection) {
0 commit comments