mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Simple forum software for building great communities.
d1e7453ffd
@franzliedke I didn’t realise that static properties are static to the class they are defined on, and not each individual subclass. All of the static members of the SerializeAction class (which are intended for extensions to alter per-action) are being inherited by all actions. Any ideas on how to work around this other than defining every static member on each individual subclass? |
||
---|---|---|
js | ||
less | ||
locale/en | ||
migrations | ||
public/fonts | ||
src | ||
stubs/extension | ||
tests | ||
views | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
codeception.yml | ||
composer.json | ||
composer.lock | ||
LICENSE.txt | ||
README.md |
Flarum Core
This repository contains the core code of Flarum. If you want to install Flarum, visit the main Flarum repository.
Contributing
Interested in contributing to Flarum? Read the Contribution Guide!