mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Remove unnecessary $model property
This commit is contained in:
committed by
HolgerHatGarKeineNode
parent
e3c175e5fe
commit
df2d3d03ba
@@ -8,13 +8,6 @@ use Illuminate\Database\Eloquent\Factories\Factory;
|
||||
|
||||
class EpisodeFactory extends Factory
|
||||
{
|
||||
/**
|
||||
* The name of the factory's corresponding model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $model = Episode::class;
|
||||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user