Skip to content

Commit

Permalink
Dev Removed primary key definition from Permission model.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Oct 26, 2015
1 parent 6bf9f92 commit 074d3de
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions application/models/Permission.php
Expand Up @@ -25,17 +25,6 @@ public function tableName()
return '{{permissions}}';
}

/**
* Returns the table's primary key
*
* @access public
* @return string
*/
public function primaryKey()
{
return array('sid', 'uid', 'permission');
}

/**
* Returns the static model of Settings table
*
Expand Down

0 comments on commit 074d3de

Please sign in to comment.