Skip to content

Commit

Permalink
Removes now depercated null case when using find
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve "uru" West committed Apr 23, 2013
1 parent 037382e commit 0ba2d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/model/temporal.php
Expand Up @@ -282,7 +282,6 @@ public static function find($id = null, array $options = array())

switch ($id)
{
case NULL:
case 'all':
case 'first':
case 'last':
Expand Down

0 comments on commit 0ba2d8d

Please sign in to comment.