File "Notifiable.php"

Full Path: /home/trinadezambia/public_html/gambling/app/Notify/Notifiable.php
File size: 118 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Notify;

interface Notifiable
{
	public function send();

	public function prevConfiguration();
}