create(); $lastAuthLog = AuthLog::factory()->for($user, 'authenticatable')->create(); $this->assertTrue($lastAuthLog->equals($lastAuthLog)); } }