Fix i18n deprecation notice for translating too early
This commit is contained in:
@ -730,7 +730,7 @@ class Customer extends Base_Model {
|
||||
* @options customer
|
||||
* @return void
|
||||
*/
|
||||
public function set_type($type): void {
|
||||
public function set_type($type) {
|
||||
|
||||
$this->type = $type;
|
||||
}
|
||||
|
Reference in New Issue
Block a user