|
@@ -7,13 +7,6 @@ use Illuminate\Database\Eloquent\Factories\Factory;
|
|
|
|
|
|
class ApplicationApiFactory extends Factory
|
|
class ApplicationApiFactory extends Factory
|
|
{
|
|
{
|
|
- /**
|
|
|
|
- * The name of the factory's corresponding model.
|
|
|
|
- *
|
|
|
|
- * @var string
|
|
|
|
- */
|
|
|
|
- protected $model = ApplicationApi::class;
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Define the model's default state.
|
|
* Define the model's default state.
|
|
*
|
|
*
|