for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Omatech\Mage\Core\Domains\Permissions\Jobs;
use Omatech\Mage\Core\Domains\Permissions\Contracts\AllPermissionInterface;
class AllPermission
{
/**
* @param AllPermissionInterface $all
*
* @return mixed
*/
public function make(AllPermissionInterface $all)
return $all->get();
}