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.
1 parent c060240 commit 65b2c51Copy full SHA for 65b2c51
src/Commands/Publish/LayoutPublishCommand.php
@@ -74,9 +74,10 @@ private function getViews()
74
'layouts/home' => 'home.blade.php',
75
'auth/login' => 'auth/login.blade.php',
76
'auth/register' => 'auth/register.blade.php',
77
- 'auth/email' => 'auth/passwords/email.blade.php',
78
- 'auth/reset' => 'auth/passwords/reset.blade.php',
79
- 'emails/password' => 'auth/emails/password.blade.php',
+ 'auth/passwords/confirm' => 'auth/passwords/confirm.blade.php',
+ 'auth/passwords/email' => 'auth/passwords/email.blade.php',
+ 'auth/passwords/reset' => 'auth/passwords/reset.blade.php',
80
+ 'auth/emails/password' => 'auth/emails/password.blade.php',
81
];
82
83
$version = $this->getApplication()->getVersion();
0 commit comments