Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit ab86687

Browse files
committed
Forgot to set a variable, oops
1 parent 7890f81 commit ab86687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Manavo/BootstrapForms/BootstrapFormsServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class BootstrapFormsServiceProvider extends IlluminateHtmlServiceProvider
1919
*/
2020
public function boot()
2121
{
22+
$app = $this->app;
2223
if (version_compare($app::VERSION, '5.0') < 0) {
2324
$this->package('manavo/bootstrap-forms');
2425
}

0 commit comments

Comments
 (0)