Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/migrate to laravel data package #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ramaID
Copy link
Member

@ramaID ramaID commented Sep 11, 2024

#22

@ramaID ramaID requested a review from uyab September 11, 2024 08:19
@ramaID ramaID self-assigned this Sep 11, 2024
->toArray();
}

private function castArrayAccess(mixed $value): ArrayAccess
{
$arrayAccess = new $this->type();
$arrayAccess = new $this->type(); // TODO: Undefined property '$type'.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ini masih error, belum tau maksudnya gimana

@@ -17,6 +19,7 @@ public function __construct(
public bool $ended,
public bool $suspended,
public ?string $tenantId = null,
#[WithCast(VariablesCaster::class, Variable::class)] // TODO: is this possible?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

karena di VariablesCaster masih error, maka kemungkinan ini masih belum working properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant