File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ composer require torzer/laravel-datetime-mutator
1616The ` MapDateTimeMutator ` trait is used to set a date and time mutator (only date or time if necessary)
1717related 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,
2021as 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
2223To use it, set in the class:
You can’t perform that action at this time.
0 commit comments