Skip to content

Commit

Permalink
Merge pull request #98 from Pr3d4dor/main
Browse files Browse the repository at this point in the history
fix: PHP warning about creation of dynamic properties
  • Loading branch information
freekmurze authored Dec 14, 2023
2 parents a661e2e + c2a3beb commit 0a0b799
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 0a0b799

Please sign in to comment.