Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tomatophp/filament-translations
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Oct 26, 2024
2 parents 7865499 + 02b6029 commit 863fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/SaveScan.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct()
public function save()
{
$scanner = app(Scan::class);
collect($this->paths)->filter(function($path) {
collect($this->paths)->filter(function ($path) {
return File::exists($path);
})->each(function ($path) use ($scanner) {
$scanner->addScannedPath($path);
Expand Down

0 comments on commit 863fedf

Please sign in to comment.