diff --git a/README.md b/README.md index a194faf..783e486 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Schema::create('users', function (Blueprint $table) { }); ``` -Now this traits add on your model. +Now this traits add on your model and add fillable property. ```php