| 1 | <?php |
||
| 9 | final class FlightDamageRepository extends AbstractDomainRepository |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param \DoliDB $db |
||
| 14 | */ |
||
| 15 | public function __construct(\DoliDB $db) |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param FlightDamage $flightDamage |
||
| 22 | * |
||
| 23 | * @throws \Exception |
||
| 24 | */ |
||
| 25 | public function save(FlightDamage $flightDamage) |
||
| 34 | |||
| 35 | } |