From 2653ea107e08e197b58691dfef6d8bb33f03d8a2 Mon Sep 17 00:00:00 2001 From: Patrick Zeinert Date: Wed, 29 Mar 2017 12:06:46 -0400 Subject: [PATCH] Remove VehicleInterface.php reference The file does not appear in the folder and thus does not render on the page as expected. --- Creational/SimpleFactory/README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Creational/SimpleFactory/README.rst b/Creational/SimpleFactory/README.rst index b1f0fbb..4876929 100644 --- a/Creational/SimpleFactory/README.rst +++ b/Creational/SimpleFactory/README.rst @@ -28,12 +28,6 @@ SimpleFactory.php :language: php :linenos: -VehicleInterface.php - -.. literalinclude:: VehicleInterface.php - :language: php - :linenos: - Bicycle.php .. literalinclude:: Bicycle.php