856753a2 by Joshua Tundag

change namespace

1 parent 33dc5af0
......@@ -2,7 +2,7 @@
class Flag{
public function register(){
$flagManager = new \LawFormsUSA\Flags\FlagManager();
$flagManager = new \BTFlags\FlagManager();
$flagManager->register();
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
if (!function_exists('flag')){
function flag($flag, $default = null, $encrypted = false){
return \LawFormsUSA\Flags\Flags::get($flag, $encrypted, $default);
return \BTFlags\Flags::get($flag, $encrypted, $default);
}
}
\ 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!