dektrium\rbac\migrations\Migration::safeUp PHP Метод

safeUp() публичный Метод

This method contains the logic to be executed when applying this migration.
public safeUp ( ) : boolean
Результат boolean return a false value to indicate the migration fails and should not proceed further. All other return values mean the migration succeeds.
    public function safeUp()
    {
    }