Ale Gallo
b91cf0cbde
committing part of the laravel system with templating files and api implementation.
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
use Illuminate\Http\Request;
|
|
|
|
class RouteMapController extends Controller
|
|
{
|
|
//
|
|
}
|