This commit is contained in:
Barry vd. Heuvel
2025-12-10 10:16:51 +01:00
parent db606f30d1
commit c95825a745
+1 -1
View File
@@ -151,7 +151,7 @@ class MockFacade extends Facade
{ {
protected static function getFacadeAccessor() protected static function getFacadeAccessor()
{ {
return ''; return 'Illuminate\Foundation\Exceptions\Handler';
} }
public static function fake(string $test1, $test2 = null) public static function fake(string $test1, $test2 = null)