mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
return array(
|
|
'default' => 'toastr',
|
|
|
|
'scripts' => array(
|
|
'/vendor/php-flasher/flasher/assets/js/flasher.js'
|
|
),
|
|
);
|