Skip to content

Commit

Permalink
Update getting-started.rst
Browse files Browse the repository at this point in the history
Sample wont work without ItemLis and VolumePacker
  • Loading branch information
joachimdeboer authored and dvdoug committed Dec 10, 2023
1 parent 90674a3 commit 2772943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started.rst
Expand Up @@ -138,6 +138,8 @@ Does a set of items fit into a particular box
<?php
use DVDoug\BoxPacker\Rotation;
use DVDoug\BoxPacker\Packer;
use DVDoug\BoxPacker\ItemList;
use DVDoug\BoxPacker\VolumePacker;
use DVDoug\BoxPacker\Test\TestBox; // use your own `Box` implementation
use DVDoug\BoxPacker\Test\TestItem; // use your own `Item` implementation
Expand Down

0 comments on commit 2772943

Please sign in to comment.