Skip to content

Commit 22f61cc

Browse files
authored
Merge pull request #1148 from Lan2Play/dev
Update Idehelper, Dependency updates
2 parents 48b2216 + 0199159 commit 22f61cc

File tree

4 files changed

+107
-93
lines changed

4 files changed

+107
-93
lines changed

src/_ide_helper.php

+21
Original file line numberDiff line numberDiff line change
@@ -24285,6 +24285,27 @@ public static function emailVerification()
2428524285
return \Illuminate\Routing\Router::emailVerification();
2428624286
}
2428724287

24288+
}
24289+
/**
24290+
*
24291+
*
24292+
*/
24293+
class ResponseFactory {
24294+
/**
24295+
*
24296+
*
24297+
* @see \Intervention\Image\Laravel\ServiceProvider::boot()
24298+
* @param \Intervention\Image\Image $image
24299+
* @param \Intervention\Image\Format|\Intervention\Image\MediaType|\Intervention\Image\FileExtension|string|null $format
24300+
* @param mixed|null $options
24301+
* @return \Illuminate\Http\Response
24302+
* @static
24303+
*/
24304+
public static function image($image, $format = null, ...$options)
24305+
{
24306+
return \Illuminate\Routing\ResponseFactory::image($image, $format, ...$options);
24307+
}
24308+
2428824309
}
2428924310
}
2429024311

src/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"php-http/guzzle7-adapter": "1.1.0",
4848
"team-reflex/challonge-php": "dev-master",
4949
"intervention/image": "3.11.1",
50-
"intervention/image-laravel": "1.4.0",
50+
"intervention/image-laravel": "1.5.1",
5151
"laravel/tinker": "2.10.1",
5252
"scssphp/scssphp": "2.0.1",
5353
"omnipay/paypal": "3.0.2",

src/composer.lock

+16-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)