| Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/data/included/shire/src/ |
| Current File : /var/www/html/dyna-project/vendor/codeception/base/tests/data/included/shire/src/Hobbit.php |
<?php
namespace Shire;
class Hobbit
{
public static function add($a, $b)
{
return $a + $b;
}
}