Skip to content

Instantly share code, notes, and snippets.

@maxheckel
Created April 4, 2017 17:40
Show Gist options
  • Select an option

  • Save maxheckel/0440547f7a1d15e7fbe4e9acb1b03558 to your computer and use it in GitHub Desktop.

Select an option

Save maxheckel/0440547f7a1d15e7fbe4e9acb1b03558 to your computer and use it in GitHub Desktop.
<?php
namespace App\Facades;
use Illuminate\Support\Facades\Facade;
class UPS extends Facade {
protected static function getFacadeAccessor() { return 'ups'; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment