dektrium\rbac\migrations\Migration::safeDown PHP Method

safeDown() public method

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