Skip to content

Commit

Permalink
fix: resolve undefined $markup variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianthulin authored Feb 22, 2024
1 parent 0609d74 commit 168f356
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Public.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
if (!function_exists('algolia_search_page_render_blade_view')) {
function algolia_search_page_render_blade_view($view, $data = [], $compress = true)
{
$markup = "";

$bladeEngine = GlobalBladeService::getInstance([
ALGOLIAINDEXJSSEARCHPAGE_VIEW_PATH,

ALGOLIAINDEXJSSEARCHPAGE_VIEW_PATH
]);

try {
Expand Down

0 comments on commit 168f356

Please sign in to comment.