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

safeUp() public method

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