1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 06:54:26 +02:00

Change order of bootstrapping

See commit on flarum/flarum for explanation
This commit is contained in:
Toby Zerner
2015-07-20 18:01:08 +09:30
parent 57650fa648
commit 19fe138770
6 changed files with 52 additions and 93 deletions

View File

@@ -0,0 +1,7 @@
<?php namespace Flarum\Support;
use Flarum\Support\ServiceProvider;
class Extension extends ServiceProvider
{
}