Skip to content

Commit

Permalink
Merge pull request #300 from hydephp/update-kernel-contract
Browse files Browse the repository at this point in the history
Update HydeKernelContract interface hydephp/develop@761d0c7
  • Loading branch information
github-actions committed Jul 31, 2022
1 parent 0eef184 commit 9f67e3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Contracts/HydeKernelContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
* The HydeKernel encapsulates a HydePHP project,
* providing helpful methods for interacting with it.
*
* @see \Hyde\Framework\HydeKernel
*
* It is bound into the Laravel Application Service Container,
* and can be accessed in a few ways.
*
* - Commonly, you'll use the Hyde facade:
*
* @see \Hyde\Framework\Hyde (previosly this namespace contained the actual Kernel)
*
* @example \Hyde\Framework\Hyde::foo()
Expand All @@ -26,5 +27,7 @@
*/
interface HydeKernelContract
{
//
public function getBasePath(): string;

public function setBasePath(string $basePath);
}

0 comments on commit 9f67e3b

Please sign in to comment.