first(); LocalPersistentVolume::create([ 'name' => 'test-pv', 'mount_path' => '/data', 'resource_id' => $application->id, 'resource_type' => Application::class, ]); } }