From 2888833865da2f1547cb131025142aa4e6550a2a Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 5 Nov 2021 17:13:26 +0100 Subject: [PATCH] Fix special character --- ...e-where-on-rule-instances-without-passing-a-callback.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename content/tips/{you-can-use-gtwhere-on-rule-instances-without-passing-a-callback.md => you-can-use-where-on-rule-instances-without-passing-a-callback.md} (58%) diff --git a/content/tips/you-can-use-gtwhere-on-rule-instances-without-passing-a-callback.md b/content/tips/you-can-use-where-on-rule-instances-without-passing-a-callback.md similarity index 58% rename from content/tips/you-can-use-gtwhere-on-rule-instances-without-passing-a-callback.md rename to content/tips/you-can-use-where-on-rule-instances-without-passing-a-callback.md index 0ed67f0..565e022 100644 --- a/content/tips/you-can-use-gtwhere-on-rule-instances-without-passing-a-callback.md +++ b/content/tips/you-can-use-where-on-rule-instances-without-passing-a-callback.md @@ -1,11 +1,11 @@ --- -title: 'You can use ->where() on Rule instances without passing a callback' +title: 'You can use ->where() on Rule instances without passing a callback' tweet_id: '1456649614300356615' thread_slug: weekly-thread-2021-44 author_username: jbrooksuk images: - 'https://pbs.twimg.com/media/FDDdhwiXEAIY4vZ.jpg' created_at: 2021-11-05T15:48:25+00:00 -slug: you-can-use-gtwhere-on-rule-instances-without-passing-a-callback +slug: you-can-use-where-on-rule-instances-without-passing-a-callback --- -Did you know that you don't have to pass a function to Laravel's "where" method when using the Rule class? \ No newline at end of file +Did you know that you don't have to pass a function to Laravel's "where" method when using the Rule class?