mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
cleanup migration to filament
This commit is contained in:
@ -12,7 +12,7 @@ public function __construct(public string $href, public string $text, public boo
|
||||
|
||||
public function render(): View
|
||||
{
|
||||
return view('web.components.link');
|
||||
return view('components.link');
|
||||
}
|
||||
|
||||
public function toHtml(): View|string
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
abstract class Page extends BasePage
|
||||
{
|
||||
protected static string $view = 'web.components.page';
|
||||
protected static string $view = 'components.page';
|
||||
|
||||
protected ?string $live = '5s';
|
||||
|
||||
|
Reference in New Issue
Block a user