-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from gitrequests/master
Update ReadableBehavior.php. Change update method for markAsRead() and markAsUnread();
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4fc4071
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I'm learning yii2 framework and i want to use this notification extension in my project. My question is:-
In which directory should i save my notification class?
I have set my channel as below:
$notifier = new \tuyakhov\notifications\Notifier([
'channels' => ['mail'],
]);
have i set the channel correctly?
Thanks in advance