public function showSomeFeatures() { $user = $this->findById(2); $user->name = 'Another name'; $user->save(); $user->remove(); }