mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
7 lines
102 B
PHP
Executable File
7 lines
102 B
PHP
Executable File
<?php
|
|
class NullDataStore extends \Mock {
|
|
|
|
public function isNull() {
|
|
return true;
|
|
}
|
|
} |