From b23c6f5b0982fc5d3dd1c47f6f73ae50d7f2ce7a Mon Sep 17 00:00:00 2001 From: Italo Date: Thu, 14 Mar 2024 14:19:21 -0300 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cc1acf3..b628242 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -45,7 +45,7 @@ body: label: Code sample description: Sample a small snippet on how the feature works placeholder: | - Laragear::newFeature()->cool(); + laragear.newFeature().cool() render: php validations: required: true