Skip to content

Commit

Permalink
tec: Don't include view_helpers.php in View
Browse files Browse the repository at this point in the history
This is done by Composer now.
  • Loading branch information
marienfressinaud committed Nov 29, 2024
1 parent 5a0993b commit 295ae8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Output/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ public function render(): string
$$var_name = $var_value;
}

include_once('view_helpers.php');

ob_start();
include $this->filepath;
$output = ob_get_clean();
Expand Down

0 comments on commit 295ae8d

Please sign in to comment.