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