Skip to content

Commit 65b2c51

Browse files
committed
fix: fixed layouts path
1 parent c060240 commit 65b2c51

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
@@ -74,9 +74,10 @@ private function getViews()
7474
'layouts/home' => 'home.blade.php',
7575
'auth/login' => 'auth/login.blade.php',
7676
'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',
77+
'auth/passwords/confirm' => 'auth/passwords/confirm.blade.php',
78+
'auth/passwords/email' => 'auth/passwords/email.blade.php',
79+
'auth/passwords/reset' => 'auth/passwords/reset.blade.php',
80+
'auth/emails/password' => 'auth/emails/password.blade.php',
8081
];
8182

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

0 commit comments

Comments
 (0)