Work on product costing (broadband) and reporting
This commit is contained in:
10
database/factories/AdslSupplierPlanFactory.php
Normal file
10
database/factories/AdslSupplierPlanFactory.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(App\Models\AdslSupplierPlan::class, function (Faker $faker) {
|
||||
return [
|
||||
'id'=>1,
|
||||
'contract_term'=>12,
|
||||
];
|
||||
});
|
Reference in New Issue
Block a user