1.3 from staging #5
@@ -11,4 +11,8 @@ class TlaSuggestion extends Model
|
|||||||
protected $table = 'tla_suggestion';
|
protected $table = 'tla_suggestion';
|
||||||
|
|
||||||
protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter'];
|
protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter'];
|
||||||
|
|
||||||
|
public static function ApproveTla() {
|
||||||
|
$tla = new Tla();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user