Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Allow children classes to access self::$suffix #1296

Merged
merged 1 commit into from
Sep 19, 2017

Commits on Sep 6, 2017

  1. Allow children classes to access self::$suffix

    suffix() uses late static binding, and no longer works when called from
    an extending class. Another solution would be to use self instead of
    static, but other properties in that class are protected too, so this
    should make it look more consistent.
    Grégoire Paris committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    0901601 View commit details
    Browse the repository at this point in the history