D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
laracasts
/
flash
/
src
/
Laracasts
/
Flash
/
Filename :
Flash.php
back
Copy
<?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'; } }