update laravel configuration

This commit is contained in:
KHOUBZA Younes
2021-05-06 11:51:32 +00:00
parent ff284ffa65
commit dcaec65036
2 changed files with 1 additions and 29 deletions
+1 -15
View File
@@ -2,24 +2,10 @@
return array(
'scripts' => array(
'https://cdn.jsdelivr.net/npm/@flasher/flasher-notyf@0.1.5/dist/flasher-notyf.min.js',
'https://cdn.jsdelivr.net/npm/@flasher/flasher-notyf@0.1.6/dist/flasher-notyf.min.js',
),
'styles' => array(),
'options' => array(
'duration' => 5000,
'types' => array(
array(
'type' => 'info',
'className' => 'notyf__toast--info',
'backgroundColor' => '#5784E5',
'icon' => false,
),
array(
'type' => 'warning',
'className' => 'notyf__toast--warning',
'backgroundColor' => '#E3A008',
'icon' => false,
)
),
),
);
@@ -19,20 +19,6 @@ class ConfigurationTest extends TestCase
'styles' => array(),
'options' => array(
'duration' => 5000,
'types' => array(
array(
'type' => 'info',
'className' => 'notyf__toast--info',
'backgroundColor' => '#5784E5',
'icon' => false,
),
array(
'type' => 'warning',
'className' => 'notyf__toast--warning',
'backgroundColor' => '#E3A008',
'icon' => false,
)
),
),
);