Skip to content

Commit

Permalink
Update FittingItem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored Apr 3, 2024
1 parent b6b3d61 commit 3907759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Models/FittingItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
use CryptaTech\Seat\Fitting\Models\Sde\InvFlag;
use Illuminate\Database\Eloquent\Model;
use Seat\Eveapi\Models\Sde\InvType;
use Seat\Services\Contracts\HasTypeID;
use Seat\Services\Contracts\HasTypeIDWithAmount;
use Seat\Services\Contracts\IPriceable;

Expand All @@ -34,7 +33,7 @@
*
* @package CryptaTech\Seat\Fitting\Models
*/
class FittingItem extends Model implements HasTypeID, HasTypeIDWithAmount, IPriceable
class FittingItem extends Model implements HasTypeIDWithAmount, IPriceable
{
/**
* @var bool
Expand Down

0 comments on commit 3907759

Please sign in to comment.