Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
niladam authored and github-actions[bot] committed Nov 26, 2024
1 parent ffe0d8d commit a2b1c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/FilamentAutoLogoutPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class FilamentAutoLogoutPlugin implements Plugin
public int | Closure $warnBeforeSeconds = 30;

public AutoLogoutPosition | Closure $position = AutoLogoutPosition::BOTTOM_RIGHT;

public ?string $timeleftText = null;

public function getId(): string
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
use Filament\Widgets\WidgetsServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Livewire\LivewireServiceProvider;
use Niladam\FilamentAutoLogout\FilamentAutoLogoutServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
use Niladam\FilamentAutoLogout\FilamentAutoLogoutServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit a2b1c6a

Please sign in to comment.