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

Fixes UserFrosting#965 - Ignore files that don't end in .php #998

Merged
merged 2 commits into from
Jun 13, 2019

Commits on Jun 9, 2019

  1. Fixes userfrosting#965 - Ignore files that don't end in .php

    This ignores any files in Migrations that do not end in .php.
    It causes problems when scripts, or data, or documentation is
    left in the Migrations directory, and the migration task assumes
    that they are PHP Classes and crashes.
    
    Signed-Off-By: Rob Thomas <[email protected]>
    xrobau committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    61755e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    e32313e View commit details
    Browse the repository at this point in the history