antaresproject/core

View on GitHub
src/components/auth/resources/database/migrations/2013_04_23_132623_antares_auth_basic_roles.php

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up()
    {
        DB::transaction(function() {
            $datetime = Carbon::now();
            DB::table('tbl_roles')->insert([

    There are no issues that match your filters.

    Category
    Status