Expanded examples plus small bug fix
This commit is contained in:
@@ -11,7 +11,7 @@ abstract class AbstractRecord implements \JsonSerializable
|
||||
*/
|
||||
public function __construct($record)
|
||||
{
|
||||
$this->record = $record;
|
||||
$this->record = isset($record) ? $record : array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user