Skip to content

Commit

Permalink
Merge pull request #14 from android-com-pl/analysis-e0MjvA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rafaucau committed May 16, 2023
2 parents 7db9b2b + 62d8ec6 commit ade242b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/2023_05_16_000001_update_htaccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function lsCacheGetHtaccessManager(): HtaccessManager
$paths = resolve(Paths::class);
$cookie = resolve(CookieFactory::class);
$settings = resolve(SettingsRepositoryInterface::class);

return new HtaccessManager($paths, $cookie, $settings);
}

Expand Down

0 comments on commit ade242b

Please sign in to comment.