mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
7b6c666e7b
commit
b83adbccfd
@ -1,5 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Database\Schema\Builder;
|
||||
|
||||
@ -14,7 +23,6 @@ return [
|
||||
})
|
||||
->delete();
|
||||
|
||||
|
||||
$schema->table('posts', function (Blueprint $table) {
|
||||
$table->foreign('discussion_id')->references('id')->on('discussions')->onDelete('cascade');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user