2
0
mirror of https://github.com/ZorgCC/lumen-generators.git synced 2025-07-14 17:26:14 +03:00
Amine Ben hammou 7be47337d8 README updated
2015-12-05 20:53:35 +01:00

11 lines
148 B
PHP

<?php
namespace App\Http\Controllers;
use Laravel\Lumen\Routing\Controller as BaseController;
class Controller extends BaseController
{
//
}