Skip to content

Commit

Permalink
Update blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
drmad committed Apr 13, 2024
1 parent f5cd153 commit 3a4951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public function addArguments(array $args)
$this->args = [...$this->args, ...$args];
}


public function render(): string
{
// Verificamos que el source y el layout existan
Expand All @@ -87,6 +86,7 @@ public function render(): string
type: 'view',
ext: 'php',
);

if (is_null($this->view_file)) {
throw new ResourceNotFoundException(
"View source '{$this->view}' not found",
Expand Down

0 comments on commit 3a4951f

Please sign in to comment.