ok
Direktori : /home2/selectio/public_html/innerstore/vendor/brian2694/laravel-toastr/src/config/ |
Current File : /home2/selectio/public_html/innerstore/vendor/brian2694/laravel-toastr/src/config/toastr.php |
<?php return [ 'options' => [ "closeButton" => false, "debug" => false, "newestOnTop" => false, "progressBar" => false, "positionClass" => "toast-top-right", "preventDuplicates" => false, "onclick" => null, "showDuration" => "300", "hideDuration" => "1000", "timeOut" => "5000", "extendedTimeOut" => "1000", "showEasing" => "swing", "hideEasing" => "linear", "showMethod" => "fadeIn", "hideMethod" => "fadeOut" ], ];