Skip to content

Conversation

barryvdh
Copy link
Owner

@barryvdh barryvdh commented Feb 1, 2025

No description provided.

@barryvdh barryvdh merged commit 90ecc7b into master Feb 1, 2025
15 checks passed
$resolved = $enginesResolver->resolve($engine);

$factory->addExtension($extension, $engine, function () use ($resolved, $laravelDebugbar) {
return new DebugbarViewEngine($resolved, $laravelDebugbar);
Copy link
Contributor

Choose a reason for hiding this comment

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

Now the view creation time is not measured.
DebugbarViewEngine class now is no longer used, it should be removed

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes this seemed a bit hacky. Should probably removed it indeed.

@barryvdh barryvdh deleted the feat-better-timeline branch March 21, 2025 08:12
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