Skip to content

Commit

Permalink
update camelcase param and remove space from code
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored and Hancil Sequeira committed Oct 7, 2021
1 parent d63e32b commit 7cb8247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ protected function getEntity()

public function fill($data)
{
$attributes = array();
$attributes = array();

if(is_array($data))
{
foreach ($data as $key => $value)
Expand Down

0 comments on commit 7cb8247

Please sign in to comment.