From 26d0b2cdb233db326af58388dad75d90fa80bb01 Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Fri, 24 Jul 2026 11:22:28 -0300 Subject: [PATCH] chore: added strict types --- .../2026_07_24_141454_add_created_via_to_posts_table.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/migrations/2026_07_24_141454_add_created_via_to_posts_table.php b/database/migrations/2026_07_24_141454_add_created_via_to_posts_table.php index 17cd8c7d..3e44bf5e 100644 --- a/database/migrations/2026_07_24_141454_add_created_via_to_posts_table.php +++ b/database/migrations/2026_07_24_141454_add_created_via_to_posts_table.php @@ -1,5 +1,7 @@