|
@@ -1,13 +1,15 @@ |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
3
|
namespace Yoast\WP\SEO\Presentations; |
|
4
|
4
|
|
|
5
|
+use AllowDynamicProperties; |
|
5
|
6
|
use Exception; |
|
6
|
7
|
|
|
7
|
8
|
/** |
|
8
|
9
|
* The abstract presentation class. |
|
9
|
10
|
*/ |
|
11
|
+#[AllowDynamicProperties] |
|
10
|
12
|
class Abstract_Presentation { |
|
11
|
13
|
|
|
12
|
14
|
/** |
|
13
|
15
|
* The model. |