Skip to content

Commit

Permalink
Merge pull request #1 from SebastianAwatramani/master
Browse files Browse the repository at this point in the history
Move blade directive registration into service provider's boot method…
  • Loading branch information
sahibalejandro authored Feb 12, 2022
2 parents 1f71c79 + b3bd6c4 commit 75c9a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FormServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function boot()
$this->publishes([
$this->configFile() => config_path('form-helpers.php'),
]);

$this->registerBladeDirectives();
}

/**
Expand All @@ -38,7 +40,6 @@ public function register()
{
$this->mergeConfig();
$this->registerBindings();
$this->registerBladeDirectives();
}

/**
Expand Down

0 comments on commit 75c9a7e

Please sign in to comment.