first(); } public static function getPackageByPackage($package) { return self::where('package', $package)->first(); } }