Menghilangkan Akhiran S di Migrations Laravel

 Cara menghilangkan akhiran S setelah proses Migrasi berlangsung





class User extends Authenticatable
{
    use HasApiTokens, HasFactory, Notifiable;

    protected $table = 'user';

Tambahkan kode protected $table = .... pada file Models

إرسال تعليق

Post a Comment (0)

أحدث أقدم