Example #1
0
 /**
  * Filter the query by creation date range
  * 
  * @param  string $start
  * @param  string $end
  * @param  string $table
  * @return parent
  */
 public function whereCreated($start = null, $end = null, $table = null)
 {
     return parent::whereCreated($start, $end, 'tickets');
 }