Use Illuminate\Support\Carbon instead of Carbon\Carbon in readme.md

This commit is contained in:
Mike
2017-12-27 17:25:44 -05:00
committed by GitHub
parent df6b1b6f82
commit d65f1cedcd
+2 -2
View File
@@ -122,8 +122,8 @@ php artisan ide-helper:models Post
* @property integer $author_id
* @property string $title
* @property string $text
* @property \Carbon\Carbon $created_at
* @property \Carbon\Carbon $updated_at
* @property \Illuminate\Support\Carbon $created_at
* @property \Illuminate\Support\Carbon $updated_at
* @property-read \User $author
* @property-read \Illuminate\Database\Eloquent\Collection|\Comment[] $comments
*/