laravel-streams / streams-core

Streams is an open-source web application engine for Laravel.
https://streams.dev
Other
169 stars 99 forks source link

Fixed "Eloquent With" problem #742

Closed spektra2147 closed 1 year ago

spektra2147 commented 1 year ago

https://github.com/laravel/framework/blob/8.x/src/Illuminate/Database/Eloquent/Model.php#L1483

The "with" used in Laravel does not work correctly for Pyrocms.

Problem details are below.

Ekran Resmi 2022-11-03 14 23 17

Ekran Resmi 2022-11-03 14 23 57

Ekran Resmi 2022-11-03 14 24 17

RyanThompson commented 1 year ago

Wonderful! Thank you <3