Add ManufacturerId to Model

This commit is contained in:
Isaac Connor 2021-07-07 09:46:12 -04:00
parent 8df915e7a4
commit 24a77d7fb3
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class Model extends ZM_Object {
protected $defaults = array(
'Id' => null,
'Name' => '',
'ManufacturerId' => null,
);
public static function find( $parameters = array(), $options = array() ) {