Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vozoul committed Feb 14, 2019
1 parent 8bc2a95 commit dd8e4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
require __DIR__ . '/vendor/autoload.php';

use App\Animals\BubbleFish;
use App\Animals\CatFish;
Expand All @@ -9,7 +10,6 @@
use App\Animals\Parrot;
use App\Animals\Dove;

require __DIR__ . '/vendor/autoload.php';

$animals = [
new Fish('raymond'),
Expand Down

0 comments on commit dd8e4ad

Please sign in to comment.