Files
DatBrowser/app/Notification/NotificationBody.php

9 lines
131 B
PHP

<?php
namespace App\Notification;
use App\Notification\Stringifiable;
abstract class NotificationBody extends Stringifiable {
}