File manager - Edit - /var/www/html/portalHomolog/app/Http/Controllers/DadosAbertos/PPaController.php
Back
<?php namespace App\Http\Controllers\DadosAbertos; use App\Http\Controllers\Controller; use App\Models\DadosAbertos\PPa; use Illuminate\Http\Request; class PPaController extends Controller { /** * Display a listing of the resource. */ public function index() { } /** * Show the form for creating a new resource. */ public function create() { // } /** * Store a newly created resource in storage. */ public function store(Request $request) { // } /** * Display the specified resource. */ public function show(PPa $pPa) { // } /** * Show the form for editing the specified resource. */ public function edit(PPa $pPa) { // } /** * Update the specified resource in storage. */ public function update(Request $request, PPa $pPa) { // } /** * Remove the specified resource from storage. */ public function destroy(PPa $pPa) { // } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings