Skip to content

Commit f5562ab

Browse files
committed
Updated to 1.1.6 version
1 parent 5b72ad2 commit f5562ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Métodos disponibles en esta biblioteca:
5656
`Set customs methods to renderizate:`
5757

5858
```php
59-
setCustomMethod($class, $method, $repeat, $default);
59+
ErrorHandler::setCustomMethod($class, $method, $repeat, $default);
6060
```
6161

6262
| Atributo | Descripción | Tipo | Requerido | Predeterminado

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Available methods in this library:
5656
`Set customs methods to renderizate:`
5757

5858
```php
59-
setCustomMethod($class, $method, $repeat, $default);
59+
ErrorHandler::setCustomMethod($class, $method, $repeat, $default);
6060
```
6161

6262
| Attribute | Description | Type | Required | Default

0 commit comments

Comments
 (0)