Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 7b464fe

Browse files
authored
Merge pull request #2 from connerbw/patch-1
Fix late static bindings
2 parents 71ed6e5 + 87496a8 commit 7b464fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
class Config extends \Illuminate\Config\Repository
66
{
7+
protected static $instance;
78
}

0 commit comments

Comments
 (0)