Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit d65c8bf

Browse files
author
Mateo Mujica
committed
test custom mapper
1 parent 7c620da commit d65c8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Particle/Apps/Entities/Person.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Person extends \Spot\Entity
1111
{
1212
protected static $table = 'person';
13-
protected static $mapper = 'Mapper\Person';
13+
protected static $mapper = 'Particle\Apps\Entities\Mapper\Person';
1414

1515
public static function fields()
1616
{

0 commit comments

Comments
 (0)