We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfef6d2 commit ebd2270Copy full SHA for ebd2270
src/Support/Model.php
@@ -33,6 +33,11 @@ abstract class Model implements
33
JsonSerializable,
34
Serializable
35
{
36
+ /**
37
+ * _info property
38
+ */
39
+ protected $_info = null;
40
+
41
/**
42
* The collection of attributes for the model
43
*
@@ -322,7 +327,7 @@ public function getAttribute($attribute)
322
327
323
328
* Get the array of cast or a specific cast for an attribute
324
329
325
- * @param null $attribute
330
+ * @param mixed|null $attribute
326
331
332
* @return mixed
333
*/
0 commit comments