13 lines
223 B
PHP
Executable File
13 lines
223 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'props' => [
|
|
/**
|
|
* Sets the text for the empty state box
|
|
*/
|
|
'empty' => function ($empty = null) {
|
|
return I18n::translate($empty, $empty);
|
|
}
|
|
]
|
|
];
|