Skip to content

Commit

Permalink
fix namespace issue move to Adaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Elteyab Hassan authored and Elteyab Hassan committed Sep 4, 2022
1 parent 1ed0052 commit 942ad0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ For older versions of the framework:
Register the service provider in ```config/app.php```

```php
MartinLindhe\VueInternationalizationGenerator\GeneratorProvider::class,
Adaa\VueInternationalizationGenerator\GeneratorProvider::class,
```

Next, publish the package default config:

```
php artisan vendor:publish --provider="MartinLindhe\VueInternationalizationGenerator\GeneratorProvider"
php artisan vendor:publish --provider="Adaa\VueInternationalizationGenerator\GeneratorProvider"
```

## Using vue-i18n
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/GenerateInclude.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Console\Command;

use MartinLindhe\VueInternationalizationGenerator\Generator;
use Adaa\VueInternationalizationGenerator\Generator;

class GenerateInclude extends Command
{
Expand Down

0 comments on commit 942ad0a

Please sign in to comment.