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:
7
src/Support/Extension.php
Normal file
7
src/Support/Extension.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php namespace Flarum\Support;
|
||||
|
||||
use Flarum\Support\ServiceProvider;
|
||||
|
||||
class Extension extends ServiceProvider
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user