Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
enyeli committed Nov 21, 2016
1 parent 87dd54c commit 465b566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/MetataggableBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class MetataggableBehavior extends Behavior
{
protected $_defaultConfig = [
'metataggableClass' => 'Metataggeds',
'metatagableClass' => 'Cirici/Metatags.Metataggeds',
'foreignKey' => 'foreign_key',
'title' => 'Club Metropolitan',
'description' => '',
Expand Down
2 changes: 2 additions & 0 deletions src/Model/Entity/Metatagged.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
namespace Cirici\Metatags\Model\Entity;

use Cake\ORM\Entity;

/**
* Metatagged Entity.
*/
Expand Down

0 comments on commit 465b566

Please sign in to comment.