You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
update laravel configuration
This commit is contained in:
@@ -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,
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user