diff --git a/src/Facades/OAuth.php b/src/Facades/OAuth.php index 2ae96f5..0cba2fc 100644 --- a/src/Facades/OAuth.php +++ b/src/Facades/OAuth.php @@ -2,8 +2,8 @@ use Illuminate\Support\Facades\Facade; -class OAuth extends Facade -{ +class OAuth extends Facade { + /** * Get the registered name of the component. * diff --git a/src/OAuth.php b/src/OAuth.php index 8f43579..4c177be 100644 --- a/src/OAuth.php +++ b/src/OAuth.php @@ -1,14 +1,12 @@