summaryrefslogtreecommitdiff
path: root/app/Models/Quote.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Quote.php')
-rw-r--r--app/Models/Quote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Quote.php b/app/Models/Quote.php
index f340ba9..3b93ddb 100644
--- a/app/Models/Quote.php
+++ b/app/Models/Quote.php
@@ -10,7 +10,7 @@ class Quote extends Model
/** @use HasFactory<\Database\Factories\QuoteFactory> */
use HasFactory;
- public $fillable = [
+ protected $fillable = [
'author',
'text',
'source',