Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
php-method
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
90 Bytes
Copy permalink
Copy
Raw
1
class Klass
2
{
3
public static function RIGHT()
4
{
5
return 'ChangeMe';
6
}
7
}