where('commentable_type', '=', 'App\Model\Note') ->update(['commentable_type' => Note::class]); $this->info('All webmentions updated to relate to the correct note model class'); } }