Skip to content

Commit 1e0ceee

Browse files
committed
Merge branch 'develop' into 8.0
2 parents ab126f2 + 262e40a commit 1e0ceee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Commands/Publish/LayoutPublishCommand.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ private function getViews()
7373
'layouts/home' => 'home.blade.php',
7474
'auth/login' => 'auth/login.blade.php',
7575
'auth/register' => 'auth/register.blade.php',
76-
'auth/email' => 'auth/passwords/email.blade.php',
77-
'auth/reset' => 'auth/passwords/reset.blade.php',
78-
'emails/password' => 'auth/emails/password.blade.php',
76+
'auth/passwords/confirm' => 'auth/passwords/confirm.blade.php',
77+
'auth/passwords/email' => 'auth/passwords/email.blade.php',
78+
'auth/passwords/reset' => 'auth/passwords/reset.blade.php',
79+
'auth/emails/password' => 'auth/emails/password.blade.php',
7980
];
8081

8182
$version = $this->getApplication()->getVersion();

0 commit comments

Comments
 (0)