rbrecruiter/app/Http/Controllers/ProfileController.php
Miguel N 7c22894e94 Added models, migrations and controllers
This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00

11 lines
124 B
PHP

<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class ProfileController extends Controller
{
//
}