Skip to content

Instantly share code, notes, and snippets.

@rmccullagh
Created May 24, 2019 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmccullagh/cebaeaf151403032037018c14d436d29 to your computer and use it in GitHub Desktop.
Save rmccullagh/cebaeaf151403032037018c14d436d29 to your computer and use it in GitHub Desktop.
<?php
namespace App\Asset;
use Illuminate\Support\Facades\Facade;
class Asset extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'amezmo.asset';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment