Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   src/axm_helper.php
juancristobalgd1 committed Nov 7, 2023
1 parent b91a938 commit e5f05b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/axm_helper.php
Original file line number Diff line number Diff line change
@@ -61,6 +61,9 @@ function raxm(string $component)
// Get the Raxm instance from the application.
$raxm = app('raxm');

// Boot the Raxm instance if necessary.
$raxm->boot();

// Initialize and use the specified Raxm component.
return $raxm::initializeComponent($component);
}

0 comments on commit e5f05b4

Please sign in to comment.