Browse Source

latest

master
Siti Rahayu 4 years ago
parent
commit
34ffc59bb7

+ 1
- 1
app/Model/Module/Attachment.php View File

use SoftDeletes; use SoftDeletes;


protected $connection = 'mongodb'; protected $connection = 'mongodb';
protected $collection = 'attachment_test';
protected $collection = 'attachment';


protected $guarded = ['_id']; protected $guarded = ['_id'];



+ 1
- 1
app/Model/Module/Compound.php View File

use SoftDeletes; use SoftDeletes;


protected $connection = 'mongodb'; protected $connection = 'mongodb';
protected $collection = 'compound_test';
protected $collection = 'compound';


protected $guarded = ['_id']; protected $guarded = ['_id'];



+ 1
- 1
app/Model/Module/ConfidentialFile.php View File

{ {
// //
protected $connection = 'mongodb'; protected $connection = 'mongodb';
protected $collection = 'confidential_file_test';
protected $collection = 'confidential_file';


protected $guarded = ['_id']; protected $guarded = ['_id'];



+ 1
- 1
app/Model/Module/History.php View File

{ {
// //
protected $connection = 'mongodb'; protected $connection = 'mongodb';
protected $collection = 'history_test';
protected $collection = 'history';


protected $guarded = ['_id']; protected $guarded = ['_id'];



+ 1
- 1
app/Model/Module/SubHistory.php View File

{ {
// //
protected $connection = 'mongodb'; protected $connection = 'mongodb';
protected $collection = 'sub_history_test';
protected $collection = 'sub_history';


protected $guarded = ['_id']; protected $guarded = ['_id'];



Loading…
Cancel
Save