core
core copied to clipboard
TypeRocket core source files where all the magic lives.
Results
2
core issues
Sort by
recently updated
recently updated
newest added
In `TypeRocket\Console\Command`, the `getGalaxyMakeNamespace()` method uses the `$append` var to decide whether to extend the namespace prefix for the command being created. The error below was triggered by running `ltrim()`...
When eager-loading `hasOne` relationships on a collection of parent models, it always uses the last parent assigned to `$model` further up in the method call. This is fixed by using...