Skip to content

Commit b3cc845

Browse files
Merge pull request #103 from laravelwebdev/analysis-o7Pe4g
Apply fixes from StyleCI
2 parents 69f0016 + fe376b5 commit b3cc845

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/Helpers/Helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ public static function setDefaultPengelola($role, $tanggal)
709709
$pengelola = self::getUsersByPengelola($role, $tanggal);
710710

711711
return $pengelola->count() == 1 ? $pengelola->first()->id : null;
712-
713712
}
714713

715714
public static function setDefaultPesertaRapat($tujuan, $tanggal)

app/Providers/NovaServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public function boot()
187187

188188
// Modify Login Auth
189189
Fortify::authenticateUsing(function (Request $request) {
190-
191190
$user = UserModel::where('email', $request->email)
192191
->orWhereRaw('LEFT(email ,LOCATE("@", email) -1) = ?', [$request->email])
193192
->first();
@@ -201,7 +200,6 @@ public function boot()
201200
return $user;
202201
}
203202
});
204-
205203
}
206204

207205
/**

0 commit comments

Comments
 (0)