Passed
Push — dev5 ( e80f59...8e9925 )
by Ron
06:35
created
database/factories/CustomerNotes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use App\CustomerNotes;
6 6
 use Faker\Generator as Faker;
7 7
 
8
-$factory->define(CustomerNotes::class, function (Faker $faker) {
8
+$factory->define(CustomerNotes::class, function(Faker $faker) {
9 9
     return [
10 10
         //
11 11
         'cust_id'     => factory(App\Customers::class)->create()->cust_id,
Please login to merge, or discard this patch.