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 f1d5b46b4e
commit 38a0c4558b
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

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

@ -13,8 +13,8 @@ require '../vendor/autoload.php';
$server = new Flarum\Http\Server( $server = new Flarum\Http\Server(
Flarum\Foundation\Site::fromPaths([ Flarum\Foundation\Site::fromPaths([
'base' => __DIR__.'/..', 'base' => __DIR__.'/..',
'public' => __DIR__.'/../public', 'public' => __DIR__.'/../public',
'storage' => __DIR__.'/../storage', 'storage' => __DIR__.'/../storage',
]) ])
); );

Loading…
Cancel
Save