Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timoj committed Apr 30, 2018
1 parent ee234d2 commit caeda62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wuunder/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Wuunder\Util\Helper;

class Model implements JsonSerializable
class Model implements \JsonSerializable
{
private $keys;
protected $data;
Expand Down

0 comments on commit caeda62

Please sign in to comment.