9 lines
107 B
PHP
9 lines
107 B
PHP
<?php
|
||
|
||
declare(strict_types=1);
|
||
|
||
return [
|
||
'next' => 'Next ❯',
|
||
'previous' => '❮ Previous',
|
||
];
|