mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-14 06:17:54 +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;
|
|
|
|
}
|