mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 15:04:37 -04:00
9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
return [
|
|
'client' => [
|
|
'notes' => ["hasMany", ['Modules\Notes\Entities\Note']]
|
|
],
|
|
];
|
|
|