Basic functionality
This commit is contained in:
10
app/model/Utils/Image.php
Executable file
10
app/model/Utils/Image.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace App\Model\Utils;
|
||||
|
||||
use Nette\Utils\Image as NetteImage;
|
||||
|
||||
class Image extends NetteImage
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user