We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f58909 + 3d3b0f8 commit c2e01b0Copy full SHA for c2e01b0
2 files changed
src/Model/Table/TaggedTable.php
@@ -15,5 +15,6 @@ class TaggedTable extends Table
15
public function initialize(array $config)
16
{
17
$this->table('tags_tagged');
18
+ $this->addBehavior('Timestamp');
19
}
20
src/Model/Table/TagsTable.php
@@ -17,6 +17,7 @@ public function initialize(array $config)
$this->table('tags_tags');
$this->displayField('label');
21
if (Plugin::loaded('Muffin/Slug')) {
22
$this->addBehavior('Muffin/Slug.Slug');
23
0 commit comments