database/migrations/2020_01_21_202744_create_ifrs_balances_table.php
Method up
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function up()
{
Schema::create(config('ifrs.table_prefix').'balances', function (Blueprint $table) {
$table->bigIncrements('id');