Created
April 4, 2017 17:40
-
-
Save maxheckel/0440547f7a1d15e7fbe4e9acb1b03558 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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