rbrecruiter/app/Http/Controllers/StaffProfileController.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
129 B
PHP

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