Skip to content

Commit b3ef465

Browse files
authored
Deprecate MocksApplicationServices trait (#36716)
1 parent 81892ca commit b3ef465

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Foundation/Testing/Concerns/MocksApplicationServices.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Illuminate\Support\Facades\Event;
99
use Mockery;
1010

11+
/**
12+
* @deprecated Will be removed in a future Laravel version.
13+
*/
1114
trait MocksApplicationServices
1215
{
1316
/**

0 commit comments

Comments
 (0)