Skip to content

Commit

Permalink
bug fixed validation error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaeSoneAungRgn authored Mar 28, 2023
1 parent 88e13f2 commit cbce02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelMyanmarToolsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ class LaravelMyanmarToolsServiceProvider extends ServiceProvider
{
public function boot(): void
{
$this->registerLang();

$this->registerStrMacros();
$this->registerRequestMacros();
$this->registerCollectionMacros();
$this->registerEloquentBuilderMacros();
$this->registerQueryBuilderMacros();
$this->registerValidatorMacros();
$this->registerCarbonMacros();

$this->registerLang();
}

private function registerStrMacros(): void
Expand Down

0 comments on commit cbce02a

Please sign in to comment.