for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gewaer\Notifications;
class UsersNotifications extends Notifications
{
/**
* Create a new Notification
*/
public function create(Users $user, string $model, string $id, array $msg)
}
* Send Notification
public function send()