We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35837d4 + c973956 commit 837f10dCopy full SHA for 837f10d
src/AuthCommand.php
@@ -31,6 +31,7 @@ class AuthCommand extends Command
31
*/
32
protected $views = [
33
'auth/login.stub' => 'auth/login.blade.php',
34
+ 'auth/passwords/confirm.stub' => 'auth/passwords/confirm.blade.php',
35
'auth/passwords/email.stub' => 'auth/passwords/email.blade.php',
36
'auth/passwords/reset.stub' => 'auth/passwords/reset.blade.php',
37
'auth/register.stub' => 'auth/register.blade.php',
@@ -49,7 +50,7 @@ public function handle()
49
50
if (static::hasMacro($this->argument('type'))) {
51
return call_user_func(static::$macros[$this->argument('type')], $this);
52
}
-
53
+
54
if (! in_array($this->argument('type'), ['bootstrap'])) {
55
throw new InvalidArgumentException('Invalid preset.');
56
0 commit comments