Skip to content

Commit

Permalink
Merge branch 'v3' of github.com:lara-zeus/demo into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 5, 2024
2 parents 9da305b + 3f20a06 commit e5ae177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Filament/Pages/Embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace App\Filament\Pages;

use App\Filament\Clusters\ComponentsDemo;
use Filament\Actions\Action;
use Filament\Forms\Components\View;
use Filament\Pages\Page;
use Filament\Actions\Action;

class Embed extends Page
{
Expand All @@ -31,9 +31,9 @@ public function openAction(): Action
->form([
View::make('bolt')
->columnSpanFull()
->view('filament.pages.bolt')
->view('filament.pages.bolt'),
])
->action(fn()=>dd('ya we heard that issue a million time'));
->action(fn () => dd('ya we heard that issue a million time'));
}

public static function getNavigationLabel(): string
Expand Down

0 comments on commit e5ae177

Please sign in to comment.