1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

typehint fix, opening for implementation

This commit is contained in:
Daniel Klabbers
2016-02-17 13:34:13 +01:00
parent d7fe3ca35b
commit d944a9e618

View File

@@ -11,6 +11,7 @@
namespace Flarum\Foundation;
use Illuminate\Support\ServiceProvider;
use Illuminate\Contracts\Foundation\Application;
abstract class AbstractServiceProvider extends ServiceProvider
{