This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
Heimdall
Watch
1
Star
0
Fork
0
Code
Issues
163
Pull Requests
18
Projects
Releases
47
Wiki
Activity
sonarr
radarr
plex
organizr
nginx
dashboard
muximux
landingpage
startpage
landing
htpc
server
homepage
sabnzbd
heimdall
emby
couchpotato
nzbget
bookmark
application-dashboard
51
Commits
21
Branches
50
Tags
18 MiB
Tree:
20e029a3ff
Heimdall
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
StringableClass.php
9 lines
101 B
Raw
Normal View
History
Add vendor and .env to make usable
7 years ago
<?php
class StringableClass
{
public function __toString()
{
return '12345';
}
}