Skip to content

Commit

Permalink
Description added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Prząda committed Nov 19, 2013
1 parent 723f179 commit 3789584
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/Artdarek/OAuth/Facade/OAuth.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<?php namespace Artdarek\OAuth\Facade;
<?php
/**
* @author Dariusz Prząda <artdarek@gmail.com>
* @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.
Expand Down

0 comments on commit 3789584

Please sign in to comment.