Skip to content

Commit

Permalink
Merge pull request #7 from crynobone/crynobone-patch-1
Browse files Browse the repository at this point in the history
Integration with orchestra/canvas
  • Loading branch information
freekmurze authored Mar 25, 2020
2 parents 03a5ad5 + 1fada24 commit f5b6fbb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Canvas/Package.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace Spatie\Stubs\Canvas;

class Package extends \Orchestra\Canvas\Core\Presets\Package
{
/**
* Get custom stub path.
*/
public function getCustomStubPath(): ?string
{
return __DIR__.'/../../stubs';
}
}

0 comments on commit f5b6fbb

Please sign in to comment.