Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/data/included/shire/src/
Upload File :
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;
    }
}