Skip to content

Commit

Permalink
refs #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuzee committed Nov 21, 2015
1 parent 06e98f5 commit 6679581
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 135 deletions.
4 changes: 1 addition & 3 deletions app/Model/Slide.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ class Slide extends AppModel
* @var array
*/
public $actsAs = array(
'Tags.Taggable' => array(
'tagClass' => 'TagEx',
),
'Tags.Taggable',
'Search.Searchable'
);

Expand Down
130 changes: 0 additions & 130 deletions app/Model/TagEx.php

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"phpunit/phpunit": "3.7.38",
"aws/aws-sdk-php": "2.*",
"cakedc/migrations": "~2.3",
"cakedc/tags": "~1.6",
"cakedc/tags": "1.6.1",
"cakedc/search": "*",
"slywalker/boost_cake": "*",
"lorenzo/cakephp-sqs": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6679581

Please sign in to comment.