Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Bundle\LprBundle\Lpr;
|
||||
|
||||
use NoccyLabs\Lpr\PrintJob;
|
||||
|
||||
class LprService
|
||||
{
|
||||
|
||||
public function createPrintJob($document)
|
||||
{
|
||||
return new PrintJob($document);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user