Thanh Binh Tran

Results 1 issues of Thanh Binh Tran

When i select model by id and then save, exception error occurs ``` use WeDevs\ORM\WP\Woo_Abcd_Connection_Model as Abcd_Connection; $hihi = Abcd_Connection::find(1); $hihi->name = 'foo'; $hihi->save();` ``` ![image](https://user-images.githubusercontent.com/88025658/129659889-0ac5afa9-6ed6-4e65-ac53-724266e95c49.png)