We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c305c commit 89a5368Copy full SHA for 89a5368
tests/TestCase.php
@@ -29,6 +29,8 @@ protected function setUp(): void
29
{
30
parent::setUp();
31
32
+ Filament::setCurrentPanel($this->panelName);
33
+
34
Factory::guessFactoryNamesUsing(
35
fn (
36
string $modelName,
0 commit comments