getAll(); foreach ($posts as $post) { $post->markAsSentToSocialMedia(); $post->save(); } }