Completed
Push — master ( 15ab04...f97cda )
by Raí
14:18 queued 07:49
created
database/factories/UserFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 |
14 14
 */
15 15
 
16
-$factory->define(App\User::class, function (Faker $faker) {
16
+$factory->define(App\User::class, function(Faker $faker) {
17 17
     static $password;
18 18
 
19 19
     return [
Please login to merge, or discard this patch.