laravel simple

93

<?php

namespace App;

class Foo
{
    public function hello()
    {
        return 'Hello World';
    }
}

Comments

Submit
0 Comments