mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
7 lines
108 B
PHP
7 lines
108 B
PHP
<?php
|
|
|
|
return [
|
|
'paths' => [__DIR__ . '/../views'],
|
|
'pagination' => 'pagination::slider-3',
|
|
];
|