mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
8 lines
136 B
PHP
8 lines
136 B
PHP
<?php
|
|
|
|
return [
|
|
'spritesheet_path' => resource_path('assets/icons/sprite.svg'),
|
|
'inline' => true,
|
|
'class' => 'zondicon',
|
|
];
|