Mojopollo\Schema\MakeMigrationJson::__construct PHP Method

__construct() public method

New instance
public __construct ( )
    public function __construct()
    {
        // Instantiate Filesystem class
        $this->filesystem = new Filesystem();
        // Instantiate Blueprint class
        $this->blueprint = new Blueprint($table = 'idk_my_bff_jill');
    }