When I use Model::all() executes sql select * from parent_table. Is there any function in Laravel/Eloquent to make the result look like this sql:
select * from parent_table