Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjack committed Mar 26, 2019
1 parent 32f69e3 commit 9460033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ JustinLaravel\JustinServiceProvider::class

Then to quickly call the class of the package, add an alias in the same file:
```php
'JustinLaravel' => JustinLaravel\Facades\JustinFacade::class
'JustinLaravel' => JustinLaravel\Facades\JustinFacade::class,
'OrderLaravel' => JustinLaravel\Facades\OrderFacade::class
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ JustinLaravel\JustinServiceProvider::class

Затем для быстрого вызов класса пакета, добавьте псевдоним в этот же файле:
```php
'JustinLaravel' => JustinLaravel\Facades\JustinFacade::class
'JustinLaravel' => JustinLaravel\Facades\JustinFacade::class,
'OrderLaravel' => JustinLaravel\Facades\OrderFacade::class
```

Expand Down
2 changes: 1 addition & 1 deletion README.ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ JustinLaravel\JustinServiceProvider::class

Потім для швидкого виклик класу пакета, додайте псевдонім в цей же файл:
```php
'JustinLaravel' => JustinLaravel\Facades\JustinFacade::class
'JustinLaravel' => JustinLaravel\Facades\JustinFacade::class,
'OrderLaravel' => JustinLaravel\Facades\OrderFacade::class
```

Expand Down

0 comments on commit 9460033

Please sign in to comment.