environment() == 'local') { return config("platform.notifications.{$slack_channel}.development_channel"); } else { return config("platform.notifications.{$slack_channel}.production_channel"); } } }