update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
This commit is contained in:
12
vendor/barryvdh/laravel-debugbar/src/Facade.php
vendored
Normal file
12
vendor/barryvdh/laravel-debugbar/src/Facade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php namespace Barryvdh\Debugbar;
|
||||
|
||||
class Facade extends \Illuminate\Support\Facades\Facade
|
||||
{
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return 'debugbar';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user