Skip to content

Commit 088ca99

Browse files
committed
Fixing composer.json file
1 parent 7793ad7 commit 088ca99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you is using Laravel 5.5, the auto discovery feature will make everything for
5454
```php
5555
'providers' => [
5656
//...
57-
netojose\Bootstrap4Forms\Bootstrap4FormsServiceProvider::class,
57+
NetoJose\Bootstrap4Forms\Bootstrap4FormsServiceProvider::class,
5858
],
5959
```
6060

@@ -63,7 +63,7 @@ If you is using Laravel 5.5, the auto discovery feature will make everything for
6363
```php
6464
'aliases' => [
6565
//...
66-
'Form' => netojose\Bootstrap4Forms\Bootstrap4FormsFacade::class,
66+
'Form' => NetoJose\Bootstrap4Forms\Bootstrap4FormsFacade::class,
6767
],
6868
```
6969

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"extra": {
3030
"laravel": {
3131
"providers": [
32-
"netojose\\Bootstrap4Forms\\Bootstrap4FormsServiceProvider"
32+
"NetoJose\\Bootstrap4Forms\\Bootstrap4FormsServiceProvider"
3333
],
3434
"aliases": {
35-
"Form": "netojose\\Bootstrap4Forms\\Bootstrap4FormsFacade"
35+
"Form": "NetoJose\\Bootstrap4Forms\\Bootstrap4FormsFacade"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)