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 4012853 commit 364cc05Copy full SHA for 364cc05
src/Illuminate/Foundation/Testing/Concerns/InteractsWithContainer.php
@@ -160,6 +160,11 @@ public function useStyleTagAttributes($attributes)
160
return $this;
161
}
162
163
+ public function usePreloadTagAttributes($attributes)
164
+ {
165
+ return $this;
166
+ }
167
+
168
public function preloadedAssets()
169
{
170
return [];
@@ -170,6 +175,11 @@ public function reactRefresh()
175
return '';
171
176
172
177
178
+ public function content($asset, $buildDirectory = null)
179
180
+ return '';
181
182
173
183
public function asset($asset, $buildDirectory = null)
174
184
185
0 commit comments