Rebuild frontend.

This commit is contained in:
James Cole
2021-09-16 14:32:06 +02:00
parent eaa293f406
commit f95a064eca
62 changed files with 1207 additions and 989 deletions

View File

@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
/*
* UpdateControllerTEst.php
* UpdateControllerTest.php
* Copyright (c) 2021 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
@@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace Tests\Api\Models\Rule;
use Laravel\Passport\Passport;