Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RyujiAMANO committed Sep 29, 2016
1 parent ef26ed6 commit 21753d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Config/Schema/schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@
*/
class BlogsSchema extends CakeSchema {

/**
* @var string connection
*/
public $connection = 'master';

/**
* before
*
* @param array $event event
* @return bool
*/
public function before($event = array()) {
return true;
}
Expand Down

0 comments on commit 21753d4

Please sign in to comment.