File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ function (&$parent) use ($config) {
329329 * @param array $config
330330 * @return \League\Flysystem\FilesystemOperator
331331 */
332- protected function createFlysystem (FlysystemAdapter & $ adapter , array $ config )
332+ protected function createFlysystem (FlysystemAdapter $ adapter , array $ config )
333333 {
334334 if (($ config ['read-only ' ] ?? false ) === true ) {
335335 $ adapter = new ReadOnlyFilesystemAdapter ($ adapter );
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Application extends Container implements
4444 *
4545 * @var string
4646 */
47- public const VERSION = '10.51.14 ' ;
47+ public const VERSION = '10.51.15 ' ;
4848
4949 /**
5050 * The base path for the Laravel installation.
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public function bootstrapRouter()
169169 */
170170 public function version ()
171171 {
172- return 'Maravel Framework 10.51.14 ' ;
172+ return 'Maravel Framework 10.51.15 ' ;
173173 }
174174
175175 /**
You can’t perform that action at this time.
0 commit comments