Skip to content

Drop PHP <8.4, upgrade to kohana-view 5.x #17

Merged
acoulton merged 3 commits into
3.xfrom
feat-kohana-view-5
Nov 4, 2025
Merged

Drop PHP <8.4, upgrade to kohana-view 5.x #17
acoulton merged 3 commits into
3.xfrom
feat-kohana-view-5

Conversation

@acoulton

@acoulton acoulton commented Nov 3, 2025

Copy link
Copy Markdown
Member

No description provided.

@acoulton acoulton requested a review from craig410 November 3, 2025 14:51

@craig410 craig410 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks fine, just query that removed parent constructor call

public function __construct(
protected readonly ContentSnippetRepository $snippets_repo
) {
parent::__construct();

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Intentionally not calling the parent constructor?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

There's no longer a __construct on AbstractViewModel (as we only had it to compile the expected display variables etc and now that's not required so it was empty).

@acoulton acoulton merged commit 5f9c6f6 into 3.x Nov 4, 2025
2 checks passed
@acoulton acoulton deleted the feat-kohana-view-5 branch November 4, 2025 09:37
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