Remove unnecessary $model property

This commit is contained in:
Shift
2023-02-19 16:19:05 +00:00
committed by HolgerHatGarKeineNode
parent e3c175e5fe
commit df2d3d03ba
18 changed files with 0 additions and 126 deletions

View File

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