8 lines
153 B
PHP
Executable File
8 lines
153 B
PHP
Executable File
<?php
|
|
namespace App\Filament\Widgets;
|
|
|
|
class GoogleScadenziarioOverview extends GoogleWorkspaceOverview
|
|
{
|
|
public bool $showTechnicalBoxes = false;
|
|
}
|