|
|
@@ -22,21 +22,4 @@ use App\State\Provider\HelloAsso\CallbackForwardingProvider;
|
|
|
)]
|
|
|
class CallbackForwarding
|
|
|
{
|
|
|
- /**
|
|
|
- * Id 'bidon' ajouté par défaut pour permettre la construction
|
|
|
- * de l'IRI par api platform.
|
|
|
- */
|
|
|
- #[ApiProperty(identifier: true)]
|
|
|
- private int $id = 1;
|
|
|
-
|
|
|
- public function getId(): int
|
|
|
- {
|
|
|
- return $this->id;
|
|
|
- }
|
|
|
-
|
|
|
- public function setId(int $id): self
|
|
|
- {
|
|
|
- $this->id = $id;
|
|
|
- return $this;
|
|
|
- }
|
|
|
}
|