mirror of
https://github.com/Intervention/image.git
synced 2025-03-15 22:49:40 +01:00
minor changes
This commit is contained in:
parent
dd2ce4364c
commit
db1fb01f9c
@ -78,9 +78,9 @@ class Image
|
||||
* @param string $path
|
||||
* @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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user