12 lines
230 B
PHP
12 lines
230 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'recurring' => 'Recurring',
|
||
|
'weekly' => 'Weekly',
|
||
|
'monthly' => 'Monthly',
|
||
|
'yearly' => 'Yearly',
|
||
|
'custom' => 'Custom',
|
||
|
|
||
|
];
|