src/admin/migrations/m160303_090454_paymentprocess.php
Method safeUp
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function safeUp()
{
$this->createTable('payment_process', [
'id' => $this->primaryKey(),
'salt' => $this->string(120)->notNull(),