Browse Source

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
Franz Liedke 5 years ago
parent
commit
38a0c4558b
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
  1. 2
      extend.php
  2. 4
      public/index.php

2
extend.php

@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
use Flarum\Extend;
return [
// Register extenders here to customize your forum!
];

4
public/index.php

@ -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…
Cancel
Save