fill([ 'label' => $input['label'], 'project_id' => isset($input['global']) && $input['global'] ? null : $user->current_project_id, ]); $notificationChannel->save(); } public static function rules(array $input): array { return [ 'label' => 'required', ]; } }