11 lines
173 B
PHP
Executable File
11 lines
173 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Ship\Notifications;
|
|
|
|
use App\Ship\Abstracts\Notifications\Notification as AbstractsNotification;
|
|
|
|
class Notification extends AbstractsNotification
|
|
{
|
|
|
|
}
|