Fenos\Notifynder\Notifications\NotificationRepository::__construct PHP Method

__construct() public method

public __construct ( Notification $notification, Illuminate\Database\DatabaseManager $db )
$notification Fenos\Notifynder\Models\Notification
$db Illuminate\Database\DatabaseManager
    public function __construct(Notification $notification, DatabaseManager $db)
    {
        $this->notification = $notification;
        $this->db = $db;
    }