From 54a0814cc44ac0fd2572e0da5f1dbab504979871 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Tue, 5 Nov 2024 12:55:42 -0600 Subject: [PATCH] Appease the mighty PHPStan --- src/Database/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Model.php b/src/Database/Model.php index 81dbd59c..1f7fed12 100644 --- a/src/Database/Model.php +++ b/src/Database/Model.php @@ -38,7 +38,7 @@ class Model extends EloquentModel implements ModelInterface public $implement = null; /** - * @var array Make the model's attributes public so behaviors can modify them. + * @var array Make the model's attributes public so behaviors can modify them. */ public $attributes = [];