mirror of https://github.com/flarum/flarum
Apply fixes from StyleCI
parent
60299dd9e5
commit
f1d5b46b4e
|
@ -9,8 +9,6 @@
|
||||||
* 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…
Reference in New Issue