<?php

use Faker\Generator as Faker;

$factory->define(\App\Models\Table::class, function (Faker $faker) {
    return [
        //
    ];
});