for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Webfactor\Laravel\Generators\Contracts;
use Webfactor\Laravel\Generators\Commands\MakeEntity;
abstract class OpenInIdeAbstract
{
protected $files;
public function __construct(array $files)
$this->files = $files;
}