LogisticNumberFeatureFactory.php 237 B

123456789101112
  1. <?php
  2. /** @var \Illuminate\Database\Eloquent\Factory $factory */
  3. use App\LogisticNumberFeature;
  4. use Faker\Generator as Faker;
  5. $factory->define(LogisticNumberFeature::class, function (Faker $faker) {
  6. return [
  7. //
  8. ];
  9. });