mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 04:53:27 -05:00
14 lines
195 B
PHP
14 lines
195 B
PHP
<?php
|
|
|
|
return [
|
|
'notify' => [
|
|
'title' => 'Notificar',
|
|
],
|
|
'smsnotify' => [
|
|
'title' => 'Smsnotify',
|
|
],
|
|
'template' => [
|
|
'title' => 'Plantilla',
|
|
],
|
|
];
|