From ac89dd238e938b120ea79f2930a51489df03f908 Mon Sep 17 00:00:00 2001 From: far30tech <35388324+far30tech@users.noreply.github.com> Date: Thu, 15 Sep 2022 00:48:45 +0430 Subject: [PATCH] Update Post.php --- src/Post.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Post.php b/src/Post.php index 3f34620..8a9ce02 100644 --- a/src/Post.php +++ b/src/Post.php @@ -6,6 +6,7 @@ class Post extends Model { + // this is test /** * @var array */ @@ -22,4 +23,4 @@ public function extra($field) { return optional(json_decode($this->extra))->$field; } -} \ No newline at end of file +}