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

FEATURE initial modeling #1

Closed
wants to merge 4 commits into from

Conversation

jsirish
Copy link
Member

@jsirish jsirish commented Sep 4, 2024

No description provided.

composer.json Outdated
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Locations\\": "src/",
"Dynamic\\Elements\\Blog\\Locations\\": "tests/"
"Dynamic\\Elements\\\\Locations\\Test\\": "tests/"
Copy link
Member

Choose a reason for hiding this comment

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

Two too many \\ between Elements and Locations?

* @var array
*/
private static $has_many = [
'Links' => Link::class,
Copy link
Member

Choose a reason for hiding this comment

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

I think for a has many it needs to be Link::class . '.Owner' just in case extensions apply additional link relations.

@jsirish jsirish force-pushed the feature/initialModeling branch from 14aeba8 to 4ae7e63 Compare September 4, 2024 17:58
@jsirish jsirish closed this Sep 6, 2024
@jsirish jsirish deleted the feature/initialModeling branch September 6, 2024 17:46
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.

2 participants