rbrecruiter/app/Appointment.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
107 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Appointment extends Model
{
//
}