Skip to content

Commit

Permalink
fixed installation issues (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnasiry authored Nov 11, 2024
1 parent 249d5a6 commit fcd3230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/.idea/
/.vscode/

build
composer.lock
vendor
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/WCountriesInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Console\Command;
use Lwwcas\LaravelCountries\Trait\WithBasePackageTools;
use Lwwcas\LaravelCountries\trait\WithLanguages;
use Lwwcas\LaravelCountries\Trait\WithLanguages;

class WCountriesInstallCommand extends Command
{
Expand Down
File renamed without changes.

0 comments on commit fcd3230

Please sign in to comment.