for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace UniMan\Drivers\RabbitMQ;
use UniMan\Core\Permissions\DefaultPermissions;
class RabbitMQPermissions extends DefaultPermissions
{
public function canCreateItem($database, $type, $table)
return true;
}
public function canCreateTable($database, $type)
public function canDeleteTable($database, $type, $table)