Files
php-flasher/Resources/config/config.php
T
2020-12-02 00:57:12 +01:00

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(
),
);