Skip to content

Commit

Permalink
removed unecessary constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lewism committed Dec 31, 2010
1 parent 4db8abc commit c2785b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rules/HourlyRule.php
@@ -1,10 +1,6 @@
<?php
namespace IceCube;
class HourlyRule extends Rule {
public function __construct($interval = 1) {
parent::__construct($interval);
}

// Determine whether or not this rule occurs on a given date
public function in_interval($date, $start_date) {
// Make sure we're in a proper interval
Expand Down

0 comments on commit c2785b8

Please sign in to comment.