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