mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
2.x - databases
This commit is contained in:
13
app/Web/Components/Page.php
Normal file
13
app/Web/Components/Page.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Web\Components;
|
||||
|
||||
use App\Web\Traits\HasWidgets;
|
||||
use Filament\Pages\Page as BasePage;
|
||||
|
||||
abstract class Page extends BasePage
|
||||
{
|
||||
use HasWidgets;
|
||||
|
||||
protected static string $view = 'web.components.page';
|
||||
}
|
Reference in New Issue
Block a user