|
1
|
<?php |
|
2
|
/** |
|
3
|
* This package contains the models used in the Protect plugin.
|
|
4
|
*
|
|
5
|
* @package automattic/jetpack-protect-models
|
|
6
|
*/ |
|
7
|
|
|
8
|
namespace Automattic\Jetpack; |
|
9
|
|
|
10
|
/** |
|
11
|
* Class description.
|
|
12
|
*/ |
|
13
|
class Protect_Models { |
|
14
|
|
|
15
|
const PACKAGE_VERSION = '0.6.5'; |
|
16
|
} |
|
17
|
|