Skip to content

Hide `private` categories, refactoring

Compare
Choose a tag to compare
@deanblackborough deanblackborough released this 20 Mar 12:21
· 1815 commits to master since this release
37a0313
  • Categories linked to private resource types don't display if not authenticated.
  • Updated copyright, now 2018-2019.
  • Added declare(strict_types=1) to non-framework files.
  • Added missing return types and method param hints.
  • Moved some configuration values into .env, no need for them to exist in the config directly.
  • Removed some rogue use statements.
  • Reviewed PATCH support for items, made a few minor changes to catch more errors.
  • Moved helper redirects from the base controller to the utility class.
  • Moved transformer classes, now sit below the models.