Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
brian2694
/
laravel-toastr
/
src
/
Editing: helper.php
<?php if (! function_exists('toastr')) { /** * Return the instance of toastr. * * @return Brian2694\Toastr\Toastr */ function toastr() { return app('toastr'); } }
Save
Cancel