for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Joselfonseca\LaravelTactician\Middleware;
use League\Tactician\Plugins\LockingMiddleware;
class LockingMiddlewareUndoable extends LockingMiddleware implements MiddlewareUndoable
{
public function executeUndo($command, callable $next): void
$this->execute($command, $next);
}
public function executeRedo($command, callable $next):void