Skip to content

Commit 49a2c67

Browse files
authored
Merge pull request #295 from dacastro4/codex/run-laravel-pint-on-codebase
style: format code with Laravel Pint
2 parents d32a766 + 69101bb commit 49a2c67

22 files changed

+2421
-2524
lines changed

src/Exceptions/AuthException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace Dacastro4\LaravelGmail\Exceptions;
44

5-
class AuthException extends \Exception
6-
{
7-
8-
}
5+
class AuthException extends \Exception {}

src/Facade/LaravelGmail.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
class LaravelGmail extends Facade
88
{
9-
protected static function getFacadeAccessor()
10-
{
11-
return 'laravelgmail';
12-
}
9+
protected static function getFacadeAccessor()
10+
{
11+
return 'laravelgmail';
12+
}
1313
}

0 commit comments

Comments
 (0)