Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Janis
/
btflags
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
856753a2
authored
2018-09-19 08:10:10 +0800
by
Joshua Tundag
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change namespace
1 parent
33dc5af0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
examples/Flag.php
examples/utility_helper.php
examples/Flag.php
View file @
856753a
...
...
@@ -2,7 +2,7 @@
class
Flag
{
public
function
register
(){
$flagManager
=
new
\
LawFormsUSA\
Flags\FlagManager
();
$flagManager
=
new
\
BT
Flags\FlagManager
();
$flagManager
->
register
();
}
}
\ No newline at end of file
...
...
examples/utility_helper.php
View file @
856753a
...
...
@@ -2,6 +2,6 @@
if
(
!
function_exists
(
'flag'
)){
function
flag
(
$flag
,
$default
=
null
,
$encrypted
=
false
){
return
\
LawFormsUSA\
Flags\Flags
::
get
(
$flag
,
$encrypted
,
$default
);
return
\
BT
Flags\Flags
::
get
(
$flag
,
$encrypted
,
$default
);
}
}
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment