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 2eed172 commit abfbe44Copy full SHA for abfbe44
src/Makes/Stubs/Init/Contracts/Action.stub
@@ -6,5 +6,6 @@ use App\Interfaces\IAction;
6
7
abstract class Action implements IAction
8
{
9
-
+ # Блокировка инстанцирования
10
+ final private function __construct() {}
11
}
src/Makes/Stubs/Init/Contracts/Task.stub
@@ -6,5 +6,6 @@ use App\Interfaces\ITask;
abstract class Task implements ITask
0 commit comments