hasMany(Lesson::class); } // TODO: apparently not needed? why? dont know yet... :-) protected $table = 'lessons'; }