mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove unnecessary $model property
This commit is contained in:
@@ -7,13 +7,6 @@ use Illuminate\Database\Eloquent\Factories\Factory;
|
||||
|
||||
class ReleaseFactory extends Factory
|
||||
{
|
||||
/**
|
||||
* The name of the factory's corresponding model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $model = Release::class;
|
||||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user