updated models

This commit is contained in:
2018-07-14 12:24:24 +02:00
parent c75b25b89b
commit 6fd1d7eb89
16 changed files with 225 additions and 129 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
use Faker\Generator as Faker;
$factory->define(\App\Models\DataTable::class, function (Faker $faker) {
$factory->define(\App\Models\Table::class, function (Faker $faker) {
return [
//
];