for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Migratio;
class SchemaHelper
{
/**
* @return mixed
*/
public function getArguments()
return $this->arguments;
}
public function getConnection()
return $this->connection;
public function getConfig()
return $this->config;
public function getDriver()
return $this->driver;
* @return string
public function getGrammarPath()
return $this->grammarPath;