Skip to content

Commit

Permalink
Resolve conflict in Block.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Feb 5, 2024
1 parent ce90aa4 commit 7ed845b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions View/Components/Render/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public function render(): \Illuminate\Contracts\View\Factory|\Illuminate\View\Vi
$view = Arr::first($views, static fn (string $view) => view()->exists($view));
if (null === $view) {
throw new \Exception('none of these views exists ['.implode(', '.chr(13), $views).']');
<<<<<<< HEAD
=======
// dddx([$views, $this->model]);
>>>>>>> 8365272 (conflict)
}
$view_params = $this->block['data'] ?? [];

Expand Down

0 comments on commit 7ed845b

Please sign in to comment.