ok

Mini Shell

Direktori : /home2/selectio/public_html/3-idiots/vendor/nwidart/laravel-modules/src/Commands/stubs/
Upload File :
Current File : /home2/selectio/public_html/3-idiots/vendor/nwidart/laravel-modules/src/Commands/stubs/factory.stub

<?php
namespace $NAMESPACE$;

use Illuminate\Database\Eloquent\Factories\Factory;

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

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


Zerion Mini Shell 1.0