CURRENT PATH:
/
home
/
u451283037
/
domains
/
brighteducenter.com
/
public_html
/
app
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
Article.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Article extends Model { protected $guarded = []; public function articleType() { return $this->belongsTo('App\ArticleType'); } }
SIMPAN
BATAL