Skip to content
Test.php 111 B
Newer Older
Niels Theen's avatar
Niels Theen committed
<?php
namespace Ntheen\ComposerPrivateJson;

class Test
{
	public function execute()
	{
		echo "Test\n ";
	}
}