This commit is contained in:
paoloar77
2024-05-17 19:10:21 +02:00
parent 23f5fcd25c
commit 18de78ce93
2 changed files with 18 additions and 1 deletions

10
app/WpPostMeta.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class WpPostMeta extends Model
{
protected $table = 'wp_postmeta';
}