mooxphp/moox

View on GitHub
packages/core/resources/lang/en/notifications.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    'notification' => 'Notification',
    'notifications' => 'Notifications',
    'notifiable_type' => 'Notifiable_type',
    'notifiable_id' => 'Notifiable_id',

    'hello' => 'Hello',

];