1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 16:05:05 +02:00
Files
php-flarum/src/Extend/ExtenderInterface.php
2015-05-17 10:19:54 +09:30

9 lines
150 B
PHP

<?php namespace Flarum\Extend;
use Illuminate\Foundation\Application;
interface ExtenderInterface
{
public function extend(Application $app);
}