Passed
Branch master (75767f)
by Paras
03:38
created
Category
src/PermissionResourceTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	 */
30 30
 	public function fields(Request $request)
31 31
 	{
32
-		$guardOptions = collect(config('auth.guards'))->mapWithKeys(function ($value, $key) {
32
+		$guardOptions = collect(config('auth.guards'))->mapWithKeys(function($value, $key) {
33 33
 			return [$key => $key];
34 34
 		});
35 35
 
Please login to merge, or discard this patch.
src/RoleResourceTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	 */
30 30
 	public function fields(Request $request)
31 31
 	{
32
-		$guardOptions = collect(config('auth.guards'))->mapWithKeys(function ($value, $key) {
32
+		$guardOptions = collect(config('auth.guards'))->mapWithKeys(function($value, $key) {
33 33
 			return [$key => $key];
34 34
 		});
35 35
 
Please login to merge, or discard this patch.