Skip to content

Commit

Permalink
Merge pull request #2 from miladkian/master
Browse files Browse the repository at this point in the history
Remove Migration and View on ServiceProvider boot
  • Loading branch information
ghermans authored Feb 13, 2023
2 parents 709a434 + 6c30263 commit 2f12c0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Providers/UpsShippingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ class UpsShippingServiceProvider extends ServiceProvider
*/
public function boot(Router $router)
{
$this->loadMigrationsFrom(__DIR__ . '/../Database/Migrations');

$this->loadTranslationsFrom(__DIR__ . '/../Resources/lang', 'ups');

$this->loadViewsFrom(__DIR__ . '/../Resources/views', 'ups');
}

/**
Expand Down

0 comments on commit 2f12c0f

Please sign in to comment.