Merge pull request #813 from Luceos/typehint

typehint fix, opening for implementation
This commit is contained in:
Franz Liedke 2016-02-17 16:12:15 +01:00
commit 46dfdf2deb

View File

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