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 e733d2a commit 31097bdCopy full SHA for 31097bd
tests/Feature/Assets/Ui/ShowAssetTest.php
@@ -11,7 +11,7 @@ class ShowAssetTest extends TestCase
11
public function testPageForAssetWithMissingModelStillRenders()
12
{
13
$asset = Asset::factory()->create();
14
-
+
15
$asset->model_id = null;
16
$asset->forceSave();
17
0 commit comments