public function __construct($id = NULL) { parent::__construct($id); if (mt_rand(1, 100) === 1) { Jam::delete($this)->expired()->execute(); } }