Skip to content

Commit 3e06eec

Browse files
authored
Release v0.11.2 (alexjustesen#426)
1 parent d5afca0 commit 3e06eec

File tree

6 files changed

+91
-80
lines changed

6 files changed

+91
-80
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENV SSL_MODE="mixed"
1010
RUN apt-get update && apt-get install -y \
1111
cron \
1212
gnupg \
13+
php8.1-gd \
1314
php8.1-pgsql \
1415
&& apt-get clean \
1516
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

_ide_helper.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* A helper file for Laravel, to provide autocomplete information to your IDE
7-
* Generated for Laravel 9.52.0.
7+
* Generated for Laravel 9.52.4.
88
*
99
* This file should not be included in your code, only analyzed by your IDE!
1010
*
@@ -20264,6 +20264,17 @@ public static function assertCanNotSeeTableRecords($records)
2026420264
public static function assertCountTableRecords($count)
2026520265
{
2026620266
return \Livewire\Testing\TestableLivewire::assertCountTableRecords($count);
20267+
}
20268+
/**
20269+
*
20270+
*
20271+
* @see \Filament\Tables\Testing\TestsRecords::loadTable()
20272+
* @return static
20273+
* @static
20274+
*/
20275+
public static function loadTable()
20276+
{
20277+
return \Livewire\Testing\TestableLivewire::loadTable();
2026720278
}
2026820279

2026920280
}

0 commit comments

Comments
 (0)