| @@ -1,11 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | namespace Photonic_Plugin\Lightboxes; |
| 3 | 4 | |
| 4 | -require_once('Lightbox.php'); | |
| 5 | +require_once 'Lightbox.php'; | |
| 5 | 6 | |
| 6 | 7 | class None extends Lightbox { |
| 7 | - function __construct() { | |
| 8 | + protected function __construct() { | |
| 8 | 9 | $this->library = 'none'; |
| 9 | 10 | parent::__construct(); |
| 10 | 11 | } |
| 11 | -} | |
| 12 | +} | |