Skip to content

Commit 98b023f

Browse files
committed
Update Mapping.php
1 parent d7c16a6 commit 98b023f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Mapping/Mapping.php

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
class Mapping
88
{
9+
/**
10+
* @var string
11+
*/
12+
private $className = '';
13+
/**
14+
* @var string
15+
*/
16+
private $resourceUrlPattern = '';
917
/**
1018
* @var string
1119
*/

0 commit comments

Comments
 (0)