mirror of
https://github.com/flarum/core.git
synced 2025-10-14 08:24:28 +02:00
New object-based extension APIs
This commit is contained in:
8
src/Extend/ExtenderInterface.php
Normal file
8
src/Extend/ExtenderInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php namespace Flarum\Extend;
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
|
||||
interface ExtenderInterface
|
||||
{
|
||||
public function extend(Application $app);
|
||||
}
|
Reference in New Issue
Block a user