1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 06:54:26 +02:00

Rough extension management implementation

This commit is contained in:
Toby Zerner
2015-08-03 12:03:30 +09:30
parent 66ee6e57ee
commit 70901b1420
13 changed files with 370 additions and 8 deletions

View File

@@ -4,4 +4,11 @@ use Flarum\Support\ServiceProvider;
class Extension extends ServiceProvider
{
public function install()
{
}
public function uninstall()
{
}
}