fares & aircraft fares

This commit is contained in:
Nabeel Shahzad
2017-06-10 01:50:00 -05:00
parent f4f0657cb8
commit bacc372985
7 changed files with 92 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
<?php
$factory->define(App\Models\Fare::class, function (Faker\Generator $faker) {
return [
];
});