mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 11:12:43 +01:00
95f1d24b8f
* Refactor JS directory structure * Access Module relations from Parent entity
9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
|
|
return [
|
|
'client' => [
|
|
'notes' => function ($self) {
|
|
return $self->hasMany('Modules\Notes\Entities\Note');
|
|
}
|
|
],
|
|
]; |