feat: activity on contact page (monicahq/chandler#90)

This commit is contained in:
Mazarin
2022-06-01 19:17:26 -04:00
committed by GitHub
parent 1e20934ca8
commit e2a1780566
135 changed files with 4285 additions and 409 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class ModuleRowField extends Model
*
* @return BelongsTo
*/
public function row()
public function row(): BelongsTo
{
return $this->belongsTo(ModuleRow::class, 'module_row_id');
}