Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Argument #1 ($component) must be of type Filament\Support\Components\Component
error
  • Loading branch information
husam-tariq committed Jan 15, 2024
1 parent 54c31c4 commit 38f0d75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FilamentDatabaseSchedulePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@

use Filament\Contracts\Plugin;
use Filament\Panel;
use Filament\Support\Concerns\Configurable;
use HusamTariq\FilamentDatabaseSchedule\Filament\Resources\ScheduleResource;

class FilamentDatabaseSchedulePlugin implements Plugin
{
use Configurable;
public static string $name = 'filament-database-schedule';

public static function make(): static
{
$static = app(static::class);
$static->configure();

return $static;
}

Expand Down

0 comments on commit 38f0d75

Please sign in to comment.