Files
DatBrowser/app/Notification/NotificationBody.php
2025-02-06 17:30:45 +01:00

9 lines
131 B
PHP

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