7 lines
82 B
PHP
7 lines
82 B
PHP
<?php
|
|
|
|
class Statuslabel extends Elegant {
|
|
protected $table = 'status_labels';
|
|
|
|
}
|