Skip to content

Commit

Permalink
fix: PHP warning about creation of dynamic properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Bine committed Dec 14, 2023
1 parent a661e2e commit 4635262
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ScheduleMonitorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@

class ScheduleMonitorServiceProvider extends PackageServiceProvider
{
private string $monitorName;

private int $graceTimeInMinutes;

private bool $doNotMonitor;

private bool $storeOutputInDb;

public function configurePackage(Package $package): void
{
$package
Expand Down

0 comments on commit 4635262

Please sign in to comment.