where('problem_id', $problem_id)->first(); } public static function insertData(array $data) { return self::query()->insert($data); } }