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