diff --git a/src/Database/Model.php b/src/Database/Model.php index 81dbd59ca..1f7fed123 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 = [];