İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace App\DevExtreme;
|
||||
|
||||
class SummaryContext
|
||||
{
|
||||
protected static bool $excludeMechanical = false;
|
||||
|
||||
public static function setExcludeMechanical(bool $flag): void
|
||||
{
|
||||
self::$excludeMechanical = $flag;
|
||||
}
|
||||
|
||||
public static function shouldExcludeMechanical(): bool
|
||||
{
|
||||
return self::$excludeMechanical;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user