for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Payments\Utility;
use ByTIC\Payments\Console\Commands\SessionsCleanup;
/**
* Class PurchaseSessionsCrons
* @package ByTIC\Payments\Utility
*/
class PurchaseSessionsCrons
{
* @return int
public static function cleanup()
return (new SessionsCleanup())->handle();
}