1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

PHPStan: Fixed larastan loading and address some level2 issues

This commit is contained in:
Dan Brown
2023-12-10 14:58:05 +00:00
parent 45ce7a7126
commit c13fd2a9e6
9 changed files with 14 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ use BookStack\Users\Models\User;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Support\Carbon;
use Illuminate\Support\Str;
/**