replacecd Laravel title
This commit is contained in:
@@ -34,6 +34,13 @@ new class extends Component {
|
||||
|
||||
$this->dispatch('password-updated');
|
||||
}
|
||||
|
||||
public function with(): array
|
||||
{
|
||||
return [
|
||||
'title' => __('Password'),
|
||||
];
|
||||
}
|
||||
}; ?>
|
||||
|
||||
<section class="w-full">
|
||||
|
||||
Reference in New Issue
Block a user