Completed
Push — master ( 45d0a0...93792b )
by Raí
32:47 queued 25:51
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.