Skip to content

Commit

Permalink
Update HasResourceKeyTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Sep 5, 2024
1 parent 8ab6df3 commit 354b2df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Traits/HasResourceKeyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@

namespace Apiato\Core\Traits;

use JetBrains\PhpStorm\Deprecated;

trait HasResourceKeyTrait
{
/**
* @var string|null
*/
#[Deprecated(reason: 'Override the getResourceKey method in the respective model class instead of using the $resourceKey property')]
protected $resourceKey;

/**
* Returns the type for JSON API Serializer.
*
Expand Down

0 comments on commit 354b2df

Please sign in to comment.