'Varchar' ]; private static $many_many = [ 'ManyManyThroughSubEagerLoadObjects' => [ 'through' => ManyManyThroughEagerLoadObjectManyManyThroughSubEagerLoadObject::class, 'from' => 'ManyManyThroughEagerLoadObject', 'to' => 'ManyManyThroughSubEagerLoadObject', ] ]; private static $belongs_many_many = [ 'EagerLoadObjects' => EagerLoadObject::class ]; }