mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-05 02:25:29 +03:00
11 lines
139 B
PHP
11 lines
139 B
PHP
<?php namespace App\Http\Controllers;
|
|
|
|
|
|
class ProjectsController extends Controller {
|
|
|
|
const MODEL = "App\Project";
|
|
|
|
use RESTActions;
|
|
|
|
}
|