VariableFactory.php 128 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 <?php use Faker\Generator as Faker; $factory->define(App\Models\Variable::class, function (Faker $faker) { return []; });