Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
18
vendor/laracasts/flash/src/Laracasts/Flash/Flash.php
vendored
Normal file
18
vendor/laracasts/flash/src/Laracasts/Flash/Flash.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user