mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +02:00
minor changes
This commit is contained in:
@@ -78,9 +78,9 @@ class Image
|
|||||||
* @param string $path
|
* @param string $path
|
||||||
* @return Image
|
* @return Image
|
||||||
*/
|
*/
|
||||||
public static function make($path)
|
public static function make($path, $width = null, $height = null)
|
||||||
{
|
{
|
||||||
return new Image($path);
|
return new Image($path, $width, $height);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user