mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
User management (#185)
This commit is contained in:
@ -5,10 +5,10 @@
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
class ProfileLayout extends Component
|
||||
class SettingsLayout extends Component
|
||||
{
|
||||
public function render(): View
|
||||
{
|
||||
return view('layouts.profile');
|
||||
return view('layouts.settings');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user