id : false; } public static function getDefault() { return self::getByCode('EXP'); } public static function getByCode($code) { return SaleChannel::byCode($code)->first(); } public static function getModel() { return SaleChannel::query(); } }