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

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

This method contains the logic to be executed when removing this migration.
public safeDown ( ) : 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 safeDown()
    {
    }