File manager - Edit - /var/www/html/ciosp/api/database/factories/ServiceStationFactory.php
Back
<?php namespace Database\Factories; use App\Models\ServiceStation; use Illuminate\Database\Eloquent\Factories\Factory; class ServiceStationFactory extends Factory { /** * The name of the factory's corresponding model. * * @var string */ protected $model = ServiceStation::class; /** * Define the model's default state. * * @return array */ public function definition() { return [ 'name' => $this->faker->streetName, 'address' => $this->faker->streetAddress, 'latitude' => '-22.514850', 'longitude' => '-44.09188', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings