Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit e69a429

Browse files
committed
Fix #16 - Set FCMManager::getContainer public
Ref: laravel/framework#36777
1 parent 93d2361 commit e69a429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FCMManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function createHttpDriver()
2424
*
2525
* @return \Illuminate\Contracts\Container\Container
2626
*/
27-
private function getContainer()
27+
public function getContainer()
2828
{
2929
if (isset($this->container)) {// Laravel 7.x, 8.x support
3030
return $this->container;

0 commit comments

Comments
 (0)