Skip to content

Commit

Permalink
chore: Remove unnecessary quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno <[email protected]>
  • Loading branch information
kaiserkiwi and Katalam authored Mar 5, 2024
1 parent bd228fd commit 6a44817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linguist.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected function ensureDirectoriesExist(): void
$paths = collect();

$this->languages->each(function ($language) use (&$paths) {
$paths->push(lang_path("$language"));
$paths->push(lang_path($language));
});

$paths->push(storage_path($this->getTemporaryDirectory()));
Expand Down

0 comments on commit 6a44817

Please sign in to comment.