Skip to content

Commit 554b4a3

Browse files
Merge pull request #132 from Tjoosten/fix-126
[FIX]: #126 Add empty new lines.
2 parents 6f1cc1e + 8f97229 commit 554b4a3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/ApiGuardAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ public function getUser()
5555
return $this->auth->user();
5656
}
5757

58-
}
58+
}

src/Builders/ApiResponseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ public static function build($includes = null)
2727
return new Response($manager);
2828
}
2929

30-
}
30+
}

src/Console/Commands/GenerateApiKeyCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ protected function getOption($name, $defaultValue)
101101
return $var;
102102
}
103103

104-
}
104+
}

src/Facades/ApiGuardAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ protected static function getFacadeAccessor()
1717
return 'Chrisbjr\ApiGuard\ApiGuardAuth';
1818
}
1919

20-
}
20+
}

src/Http/Controllers/ApiGuardController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ public function __construct()
4040
$this->response = ApiResponseBuilder::build();
4141
}
4242

43-
}
43+
}

src/Models/ApiKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ class ApiKey extends ApiKeyRepository
99

1010
//
1111

12-
}
12+
}

src/Models/ApiLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ class ApiLog extends ApiLogRepository
99

1010
//
1111

12-
}
12+
}

src/Providers/Auth/Illuminate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public function user()
5454
{
5555
return $this->auth->user();
5656
}
57-
}
57+
}

src/Providers/Auth/October.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ public function user()
6060
return $this->october->getUser();
6161
}
6262

63-
}
63+
}

src/Providers/Auth/Sentinel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ public function user()
6161
return $this->sentinel->getUser();
6262
}
6363

64-
}
64+
}

0 commit comments

Comments
 (0)