1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Revert "typehint fix, opening for implementation"

This commit is contained in:
Franz Liedke
2016-02-18 17:33:34 +01:00
parent fe6c3b9ea5
commit 44586ed4c2

View File

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