Merge pull request #600 from mike-grinspan/patch-1

Use Illuminate\Support\Carbon instead of Carbon\Carbon
This commit is contained in:
Barry vd. Heuvel
2018-05-07 11:44:40 +02:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+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
*/