Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
digitalascetic/file / DigitalAsceticFileBundle.php
Size: Mime:
<?php
/**
 * Created by PhpStorm.
 * User: eduarddeza
 * Date: 26/5/17
 * Time: 11:24
 */

namespace DigitalAscetic\FileBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class DigitalAsceticFileBundle extends Bundle
{
    public function getPath(): string
    {
        return \dirname(__DIR__);
    }
}