Skip to content

Commit eb359c4

Browse files
committed
Typo
1 parent af64cbb commit eb359c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ composer require torzer/laravel-datetime-mutator
1616
The `MapDateTimeMutator` trait is used to set a date and time mutator (only date or time if necessary)
1717
related to a specific input format.
1818

19-
WHen using this trait it's not necessary to implement a _setVariavelAttribute($value)_ mutator to transform a date from a format to another,
19+
WHen using this trait it's not necessary to implement a _setVariableAttribute($value)_ mutator to transform a date from a format to another,
20+
WHen using this trait it's not necessary to implement a _setVariableAttribute($value)_ mutator to transform a date from a format to another,
2021
as for example from **d/m/Y** format of a string or object to another that will be used to persist the date in database.
2122

2223
To use it, set in the class:

0 commit comments

Comments
 (0)