From 3789584103ea62844583cc30cd24e25ce805ea63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Prz=C4=85da?= Date: Tue, 19 Nov 2013 14:03:50 +0100 Subject: [PATCH] Description added --- src/Artdarek/OAuth/Facade/OAuth.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Artdarek/OAuth/Facade/OAuth.php b/src/Artdarek/OAuth/Facade/OAuth.php index 8dbf7c3..93e9b81 100644 --- a/src/Artdarek/OAuth/Facade/OAuth.php +++ b/src/Artdarek/OAuth/Facade/OAuth.php @@ -1,8 +1,16 @@ - + * @copyright Copyright (c) 2013 + * @license http://www.opensource.org/licenses/mit-license.html MIT License + */ + +namespace Artdarek\OAuth\Facade; use Illuminate\Support\Facades\Facade; -class OAuth extends Facade { +class OAuth extends Facade +{ /** * Get the registered name of the component.