| @@ -3,10 +3,8 @@ | ||
| 3 | 3 | * Polygon Shortcode |
| 4 | 4 | * |
| 5 | 5 | * Use with [leaflet-polygon ...] |
| 6 | 6 | * |
| 7 | - * PHP Version 5.5 | |
| 8 | - * | |
| 9 | 7 | * @category Shortcode |
| 10 | 8 | * @author Benjamin J DeLong <ben@bozdoz.com> |
| 11 | 9 | */ |
| 12 | 10 | |
| @@ -26,6 +24,6 @@ | ||
| 26 | 24 | * How leaflet renders the src |
| 27 | 25 | * |
| 28 | 26 | * @var string $type |
| 29 | 27 | */ |
| 30 | - public static $type = 'polygon'; | |
| 28 | + protected $type = 'polygon'; | |
| 31 | 29 | } |