Replies: 2 comments 1 reply
-
|
Hos to solve Cannot instantiate abstract class Rawilk\Printing\PrintTask? This is my code use \Rawilk\Printing\PrintTask; |
Beta Was this translation helpful? Give feedback.
-
|
You're trying to create a new instance of an abstract class, which you can't do in PHP. You should be using the facades instead for creating a new print job. Please refer to the docs for more information. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Added
printer()method on PrintNode driver printer to access underlying PrintNode printer instancejob()method on PrintNode driver print job to access underlying PrintNode print job instanceprinterproperty on the PrintNode driver PrintJob class to access the printer instanceChanged
find()toprinter()for finding a specific printer$limit,$offset, and$dirpagination params to driverprinters()methodnull|Carbonreturn type toPrintJobcontractdate()method signatureprintnode/printnode-php(available viaapp(\Rawilk\Printing\Api\PrintNode\PrintNode::class))\Rawilk\Printing\PrintingmacroableRawilk\Printing\PrintTaskmacroableRawilk\Printing\Drivers\PrintNode\PrintNodemacroableRawilk\Printing\Drivers\Cups\Cupsmacroable\Rawilk\Printing\Contracts\Printerand\Rawilk\Printing\Contracts\PrintJobmacroable\Rawilk\Printing\Receipts\ReceiptPrintermacroableFixed
\Rawilk\Printing\Drivers\PrintNode\Entity\Printercompatible with implementedJsonSerializableinterfacejobs()methodNew Contributors
Full Changelog: 2.0.0...v3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions