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:
@@ -4,4 +4,11 @@ use Flarum\Support\ServiceProvider;
|
||||
|
||||
class Extension extends ServiceProvider
|
||||
{
|
||||
public function install()
|
||||
{
|
||||
}
|
||||
|
||||
public function uninstall()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user