mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-22 00:25:26 +01:00
7 lines
250 B
PHP
7 lines
250 B
PHP
<?php
|
|
|
|
return [
|
|
'assets' => static fn () => \Formwork\Formwork::instance()->admin()->assets(),
|
|
'icon' => static fn (string $icon) => \Formwork\Utils\FileSystem::read(ADMIN_PATH . 'assets' . DS . 'icons' . DS . 'svg' . DS . $icon . '.svg')
|
|
];
|