This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
tigerphp
/
staghrm6
Observar
4
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
f09e9e333e
Branches
Tags
master
staghrm6
/
app
/
Models
/
BDTDevice.php
BDTDevice.php
102 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
<?php
namespace App\Models;
class BDTDevice extends Model
{
protected $table = 'bdt_device';
}