change namespace
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | ||
| 3 | class Flag{ | 3 | class Flag{ |
| 4 | public function register(){ | 4 | public function register(){ |
| 5 | $flagManager = new \LawFormsUSA\Flags\FlagManager(); | 5 | $flagManager = new \BTFlags\FlagManager(); |
| 6 | $flagManager->register(); | 6 | $flagManager->register(); |
| 7 | } | 7 | } |
| 8 | } | 8 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -2,6 +2,6 @@ | ... | @@ -2,6 +2,6 @@ |
| 2 | 2 | ||
| 3 | if (!function_exists('flag')){ | 3 | if (!function_exists('flag')){ |
| 4 | function flag($flag, $default = null, $encrypted = false){ | 4 | function flag($flag, $default = null, $encrypted = false){ |
| 5 | return \LawFormsUSA\Flags\Flags::get($flag, $encrypted, $default); | 5 | return \BTFlags\Flags::get($flag, $encrypted, $default); |
| 6 | } | 6 | } |
| 7 | } | 7 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment