| DIR: /home/cardxfeb/public_html/vendor/ladumor/laravel-pwa/src/ |
| Current File : //home/cardxfeb/public_html/vendor/ladumor/laravel-pwa/src/LaravelPwa.php |
<?php
namespace Ladumor\LaravelPwa;
use Illuminate\Support\Facades\Facade;
class LaravelPwa extends Facade
{
/**
* Get the binding in the IoC container.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'laravel-pwa';
}
} |