get(); } /** * Get satu record berdasarkan filter */ public static function getOneBy(array $filter) { return self::where($filter)->first(); } }