mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-14 06:17:54 +03:00
942b8fefb4
Using PSR-2 standard.
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
<?php namespace App\Http\Controllers;
|
|
|
|
class {{name}} extends Controller
|
|
{
|
|
const MODEL = "{{model}}";
|
|
|
|
use RESTActions;
|
|
|
|
}
|