Laravel's \Illuminate\Console\GeneratorCommand calls strtolower on $this->type when Artisan requests the commands arguments. If $type is null, then a deprecation warning is emitted. This pull request resolves that by setting GenerateReceiver::$type to 'Receiver'.
Laravel's
\Illuminate\Console\GeneratorCommand
callsstrtolower
on$this->type
when Artisan requests the commands arguments. If$type
is null, then a deprecation warning is emitted. This pull request resolves that by settingGenerateReceiver::$type
to 'Receiver'.