Add ManufacturerId to Model
This commit is contained in:
parent
8df915e7a4
commit
24a77d7fb3
|
@ -9,6 +9,7 @@ class Model extends ZM_Object {
|
||||||
protected $defaults = array(
|
protected $defaults = array(
|
||||||
'Id' => null,
|
'Id' => null,
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
|
'ManufacturerId' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
public static function find( $parameters = array(), $options = array() ) {
|
public static function find( $parameters = array(), $options = array() ) {
|
||||||
|
|
Loading…
Reference in New Issue