Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Aug 1, 2019
1 parent b072da2 commit 80c5eb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Expand Up @@ -18,12 +18,12 @@
use Joomla\CMS\Filesystem\File;
use Joomla\CMS\Filesystem\Folder;
use Joomla\CMS\Filesystem\Path;
use Joomla\CMS\Image\Image;
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\Model\FormModel;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Uri\Uri;
use Joomla\Component\Templates\Administrator\Helper\TemplateHelper;
use Joomla\Image\Image;

/**
* Template model class.
Expand Down
3 changes: 1 addition & 2 deletions libraries/src/Image/Image.php
Expand Up @@ -12,7 +12,6 @@
\defined('JPATH_PLATFORM') or die;

use Joomla\CMS\Log\Log;
use Joomla\Image\ImageFilter;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait;
use Psr\Log\LoggerInterface;
Expand Down Expand Up @@ -781,7 +780,7 @@ public function resize($width, $height, $createNew = true, $scaleMethod = self::
);
}

// If we are resizing to a new image, create a new JImage object.
// If we are resizing to a new image, create a new Image object.
if ($createNew)
{
return new static($handle);
Expand Down
2 changes: 1 addition & 1 deletion plugins/filesystem/local/Adapter/LocalAdapter.php
Expand Up @@ -18,13 +18,13 @@
use Joomla\CMS\Filesystem\Path;
use Joomla\CMS\Helper\MediaHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Image\Image;
use Joomla\CMS\Language\Text;
use Joomla\CMS\String\PunycodeHelper;
use Joomla\CMS\Uri\Uri;
use Joomla\Component\Media\Administrator\Adapter\AdapterInterface;
use Joomla\Component\Media\Administrator\Exception\FileNotFoundException;
use Joomla\Component\Media\Administrator\Exception\InvalidPathException;
use Joomla\Image\Image;

/**
* Local file adapter.
Expand Down
2 changes: 1 addition & 1 deletion plugins/media-action/resize/resize.php
Expand Up @@ -9,7 +9,7 @@

defined('_JEXEC') or die;

use Joomla\Image\Image;
use Joomla\CMS\Image\Image;

/**
* Media Manager Resize Action
Expand Down

0 comments on commit 80c5eb9

Please sign in to comment.