ok
Direktori : /home2/selectio/www/3-idiots/vendor/brian2694/laravel-toastr/src/ |
Current File : /home2/selectio/www/3-idiots/vendor/brian2694/laravel-toastr/src/helper.php |
<?php if (! function_exists('toastr')) { /** * Return the instance of toastr. * * @return Brian2694\Toastr\Toastr */ function toastr() { return app('toastr'); } }