Skip to content

Commit 092511d

Browse files
authored
Merge pull request #22 from evgenmedia/master
Laravel 5.8 Bug fix
2 parents 063a662 + b8afa7c commit 092511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonColumnTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function fromJson($value, $asObject = false)
232232
*
233233
* @return bool
234234
*/
235-
protected function originalIsEquivalent($key, $current)
235+
public function originalIsEquivalent($key, $current)
236236
{
237237
if (isset($this->json_columns) && in_array($key, $this->json_columns) && is_array($current)) {
238238
$current = json_encode($current);

0 commit comments

Comments
 (0)