mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-26 05:55:28 +03:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
<?php namespace App\Http\Controllers;
|
|
|
|
class {{name}} extends Controller {
|
|
|
|
const MODEL = '{{model}}';
|
|
|
|
use RESTActions;
|
|
|
|
}
|