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

__construct() public method

Create a new category manager
public __construct ( Filesystem $Filesystem, CategoryPaths $CategoryPaths )
$Filesystem Devise\Media\Files\Filesystem
$CategoryPaths CategoryPaths
    public function __construct(Filesystem $Filesystem, CategoryPaths $CategoryPaths)
    {
        $this->Filesystem = $Filesystem;
        $this->CategoryPaths = $CategoryPaths;
        $this->basepath = public_path() . '/media/';
    }