aku nok ndi : /home/spdtg/www/gomygps/vendor/laracasts/flash/src/Laracasts/Flash/ |
aku nok ndi : /home/spdtg/www/gomygps/vendor/laracasts/flash/src/Laracasts/Flash/Flash.php |
<?php namespace Laracasts\Flash; use Illuminate\Support\Facades\Facade; class Flash extends Facade { /** * Get the binding in the IoC container * * @return string */ protected static function getFacadeAccessor() { return 'flash'; } }