[WIP] Claims

This commit is contained in:
R
2022-12-07 12:00:58 +07:00
parent 670ffa8702
commit aac9fcf58b
17 changed files with 238 additions and 203 deletions

View File

@@ -77,6 +77,8 @@ class Corporate extends Model
]);
}
// public function
public function importLogs()
{
return $this->morphMany(ImportLog::class, 'importable');