File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Breakfast_Model extends Model {
6868 /**
6969 * @inheritDoc
7070 */
71- protected $properties = [
71+ static protected $properties = [
7272 'id' => 'int',
7373 'name' => 'string',
7474 'price' => 'float',
@@ -95,7 +95,7 @@ class Breakfast_Model extends Model implements Contracts\ModelReadOnly {
9595 /**
9696 * @inheritDoc
9797 */
98- protected $properties = [
98+ static protected $properties = [
9999 'id' => 'int',
100100 'name' => 'string',
101101 'price' => 'float',
@@ -136,7 +136,7 @@ class Breakfast_Model extends Model implements Contracts\ModelCrud {
136136 /**
137137 * @inheritDoc
138138 */
139- protected $properties = [
139+ static protected $properties = [
140140 'id' => 'int',
141141 'name' => 'string',
142142 'price' => 'float',
@@ -199,7 +199,7 @@ class Breakfast_Model extends Model {
199199 /**
200200 * @inheritDoc
201201 */
202- protected $properties = [
202+ static protected $properties = [
203203 'id' => 'int',
204204 'name' => 'string',
205205 'price' => 'float',
You can’t perform that action at this time.
0 commit comments