mirror of https://github.com/flarum/flarum
Revert "fixes" from StyleCI
These were intended, to simplify getting started or changing things in the base skeleton. StyleCI has now been disabled for this repository.pull/63/head
parent
f1d5b46b4e
commit
38a0c4558b
|
@ -9,6 +9,8 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Flarum\Extend;
|
||||
|
||||
return [
|
||||
// Register extenders here to customize your forum!
|
||||
];
|
||||
|
|
|
@ -13,8 +13,8 @@ require '../vendor/autoload.php';
|
|||
|
||||
$server = new Flarum\Http\Server(
|
||||
Flarum\Foundation\Site::fromPaths([
|
||||
'base' => __DIR__.'/..',
|
||||
'public' => __DIR__.'/../public',
|
||||
'base' => __DIR__.'/..',
|
||||
'public' => __DIR__.'/../public',
|
||||
'storage' => __DIR__.'/../storage',
|
||||
])
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue