Hi, I am working with Let's Build A Forum with Laravel and TDD Jeffrey way lessons and when I am running $threads->each(function ($thread) { factory('App\Reply', 10)->create(['thread_id' => $thread->id]);}); In my tinker i get The error "PHP error: Undefined variable: threads on line 1" Can any one help me with this Please?