Skip to content

Commit

Permalink
IDE Helper最新版とモデル初期状態の再適用
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Oct 18, 2024
1 parent d087f0c commit c094b04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
* @property string $name
* @property string $email
* @property \Illuminate\Support\Carbon|null $email_verified_at
* @property mixed $password
* @property string $password
* @property string|null $remember_token
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \Illuminate\Notifications\DatabaseNotificationCollection<int, \Illuminate\Notifications\DatabaseNotification> $notifications
* @method static \Database\Factories\UserFactory factory($count = null, $state = [])
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\User newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\User newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\User query()
* @method static \Illuminate\Database\Eloquent\Builder<static>|\App\Models\User newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder<static>|\App\Models\User newQuery()
* @method static \Illuminate\Database\Eloquent\Builder<static>|\App\Models\User query()
* @mixin \Eloquent
*/
class User extends Authenticatable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.5",
"barryvdh/laravel-ide-helper": "^3.0",
"barryvdh/laravel-ide-helper": "^3.2",
"beyondcode/laravel-dump-server": "^2.0.0",
"brianium/paratest": "^7.0",
"fakerphp/faker": "^1.23",
Expand Down

0 comments on commit c094b04

Please sign in to comment.