blob: 037f5b4aa0c3066132ee01c6a906a7af589abfaf [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3/**
4 * This file is part of the Carbon package.
5 *
6 * (c) Brian Nesbitt <brian@nesbot.com>
7 *
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
10 */
11
12/*
13 * Authors:
14 * - Roy
15 * - Stephan
16 * - François B
17 * - Tim Fish
18 * - Kevin Huang
19 * - Jacob Middag
20 * - JD Isaacks
21 * - Propaganistas
22 */
23return array_replace_recursive(require __DIR__.'/nl.php', [
24 'formats' => [
25 'L' => 'DD/MM/YYYY',
26 ],
27]);