856753a2 by Joshua Tundag

change namespace

1 parent 33dc5af0
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!