Learner\Services\Image\AvatarManagerService::__construct PHP Method

__construct() public method

Create the avatar directory.
public __construct ( )
    public function __construct()
    {
        $this->createDirectory(self::$directory);
    }