We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db290ba commit 0a546ddCopy full SHA for 0a546dd
README.md
@@ -67,7 +67,7 @@ class DailyReminder extends BaseNotification
67
In your notification class, add any or all of the following variables to do repeated notifications:
68
69
```php
70
-use Eugenefvdm\NotificationSubscriptions\Notifications\RepeatFrequency;
+use Eugenefvdm\NotificationSubscriptions\Enums\RepeatFrequency;
71
use Eugenefvdm\NotificationSubscriptions\Notifications\BaseNotification;
72
73
0 commit comments