Skip to content

Commit 91c862a

Browse files
authored
Merge pull request #4 from advitum/fix-readme
Fixed namespace error in README example
2 parents ef5015a + f11818a commit 91c862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The entity that was previously defined to be the 'default' one will need to use
7474
namespace App\Model\Entity;
7575
7676
use Cake\ORM\Entity;
77-
use Muffin\Model\Entity\StiAwareTrait;
77+
use Muffin\Sti\Model\Entity\StiAwareTrait;
7878
7979
class AssistantChef extends Entity
8080
{

0 commit comments

Comments
 (0)