Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Publish resources.stub in stub:publish command #33862

Merged
merged 5 commits into from Aug 13, 2020
Merged

[7.x] Publish resources.stub in stub:publish command #33862

merged 5 commits into from Aug 13, 2020

Commits on May 14, 2020

  1. [7.x] Add a new helper to determine the true parent of a class.

    Some examples of use are:
    
    ```php
    class_parent_initial(HasMany::class); // Returns Relation::class
    class_parent_initial(HasOne::class); // Returns Relation::class
    class_parent_initial(HasOneOrMany::class); // Returns Relation::class
    ```
    gregorip02 committed May 14, 2020
    Copy the full SHA
    68c92ad View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Copy the full SHA
    0483bb2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e41abd7 View commit details
    Browse the repository at this point in the history
  3. Remove parent_class helper

    gregorip02 committed Aug 13, 2020
    Copy the full SHA
    982ddc5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4dca4e5 View commit details
    Browse the repository at this point in the history