antaresproject/core

View on GitHub
src/components/memory/resources/database/migrations/2013_04_11_233631_antares_memory_create_schemas_table.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createPermissionsTbl has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function createPermissionsTbl()
    {
        Schema::create('tbl_permissions', function (Blueprint $table) {
            $table->increments('id')->unsigned();
            $table->integer('brand_id')->unsigned();

    There are no issues that match your filters.

    Category
    Status