Browse Source

Fix copy & pasted class doc block

Marc Würth 10 years ago
parent
commit
ba26f4b09c
1 changed files with 1 additions and 9 deletions
  1. 1 9
      src/Model/Behavior/NeighborBehavior.php

+ 1 - 9
src/Model/Behavior/NeighborBehavior.php

@@ -6,15 +6,7 @@ use Cake\ORM\Query;
 use Cake\Utility\Hash;
 
 /**
- * WhoDidIt Behavior
- *
- * Handles created_by, modified_by fields for a given Model, if they exist in the Model DB table.
- * It's similar to the created, modified automagic, but it stores the id of the logged in user
- * in the models that have $actsAs = array('WhoDidIt').
- *
- * This is useful to track who created records, and the last user that has changed them.
- *
- * @link http://book.cakephp.org/2.0/en/models/saving-your-data.html#using-created-and-modified
+ * Neighbor Behavior
  */
 class NeighborBehavior extends Behavior {