1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +02:00

Another adjustment to PageImage per issue #31

This commit is contained in:
Ryan Cramer
2016-10-13 10:14:47 -04:00
parent 6336fd4438
commit 36c7b268e1
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,8 @@
*
* Copyright (C) 2016 by Horst Nogajski and Ryan Cramer
* This file licensed under Mozilla Public License v2.0 http://mozilla.org/MPL/2.0/
*
* @method bool resize($targetWidth, $targetHeight = 0)
*
*/
class ImageSizer extends Wire {