This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
tigerphp
/
staghrm6
İzle
4
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
ae50379d8c
Dallar
Biçim İmleri
master
staghrm6
/
app
/
Models
/
BDTDevice.php
BDTDevice.php
102 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
<?php
namespace App\Models;
class BDTDevice extends Model
{
protected $table = 'bdt_device';
}