Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Jul 1, 2024
1 parent af458f3 commit d9a9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Components/Render/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function render(): ViewFactory|View
$blocks = app(GetAllBlocksAction::class)->execute();
$block = Arr::first($blocks, function ($block) {
return $block['name'] === $this->block['type'];
});
}) ?? [];
$module = Arr::get($block, 'module', 'UI');
$module_low = Str::lower($module);
// $backtrace = debug_backtrace();
Expand Down

0 comments on commit d9a9506

Please sign in to comment.