PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
ladumor
/
laravel-pwa
/
src
/
Editing: 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'; } }
SAVE
CANCEL