1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-06 19:22:35 +01:00
invoiceninja/Modules/Notes/Config/relations.php

9 lines
158 B
PHP
Raw Normal View History

<?php
return [
'client' => [
'notes' => function ($self) {
return $self->hasMany('Modules\Notes\Entities\Note');
}
],
];