public function wheat($amt = 1) {

        if (!filter_var($amt, FILTER_VALIDATE_INT)) {
            $amt = 1;
        }