Devise\Media\Categories\CategoryPaths::__construct PHP Method

__construct() public method

Create a new category path
public __construct ( null $config = null )
$config null
    public function __construct($config = null)
    {
        $this->Config = $config ?: \Config::getFacadeRoot();
    }