Skip to content

Commit 0a546dd

Browse files
committed
fix enum path in readme
1 parent db290ba commit 0a546dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class DailyReminder extends BaseNotification
6767
In your notification class, add any or all of the following variables to do repeated notifications:
6868

6969
```php
70-
use Eugenefvdm\NotificationSubscriptions\Notifications\RepeatFrequency;
70+
use Eugenefvdm\NotificationSubscriptions\Enums\RepeatFrequency;
7171
use Eugenefvdm\NotificationSubscriptions\Notifications\BaseNotification;
7272

7373

0 commit comments

Comments
 (0)