PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
laracasts
/
flash
/
src
/
Laracasts
/
Flash
/
Editing: 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'; } }
SAVE
CANCEL