1
0
Fork 0
mirror of https://github.com/archtechx/airwire.git synced 2025-12-12 02:34:04 +00:00

improve error handling

This commit is contained in:
Samuel Štancl 2021-05-21 18:45:19 +02:00
parent 9fffe87970
commit 459b74eb18
3 changed files with 16 additions and 10 deletions

View file

@ -163,7 +163,7 @@ class TypehintComponent extends Component
#[Wired]
public Product $model;
#[Wired] #[Encode(method: 'getKey')] // todo add the same feature for Decode
#[Wired] #[Encode(method: 'getKey')] // todo add the same feature for Decode (but then we may have to update the type generator)
public Product $model2;
#[Wired]