Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
php-trait
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
85 Bytes
Copy permalink
Copy
Raw
1
trait RIGHT
2
{
3
public function foo($ChangeMe)
4
{
5
return 'foo';
6
}
7
}