Sort of working beta
This commit is contained in:
8
app/Notification/NotificationBody.php
Normal file
8
app/Notification/NotificationBody.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Notification;
|
||||
|
||||
use App\Notification\Stringifiable;
|
||||
|
||||
abstract class NotificationBody extends Stringifiable {
|
||||
}
|
Reference in New Issue
Block a user