for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace IproSync;
class IproSoftwareSync
{
public static $runsMigrations = true;
public static function ignoreMigrations()
static::$runsMigrations = false;
return new static();
}