Muhammad Sulaiman Yusuf
2 years ago
3 changed files with 23 additions and 1 deletions
@ -0,0 +1,10 @@
|
||||
<?php |
||||
|
||||
namespace App\Models; |
||||
|
||||
use Illuminate\Database\Eloquent\Model; |
||||
|
||||
class GanttColumnByType extends Model |
||||
{ |
||||
protected $table = 't_gantt_column_to_type'; |
||||
} |
Loading…
Reference in new issue