TKK_E32211602_2/app/Models/Posting.php

11 lines
137 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Posting extends Model
{
protected $table = 'posting';
}