JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "factory.stub"

Full Path: /var/www/laravel_filter/vendor/nwidart/laravel-modules/src/Commands/stubs/factory.stub
File size: 381 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace $NAMESPACE$;

use Illuminate\Database\Eloquent\Factories\Factory;

class $NAME$Factory extends Factory
{
    /**
     * The name of the factory's corresponding model.
     */
    protected $model = \$MODEL_NAMESPACE$\$NAME$::class;

    /**
     * Define the model's default state.
     */
    public function definition(): array
    {
        return [];
    }
}