vendor and env first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Vanguard\Plugins\Contracts;
|
||||
|
||||
use Illuminate\Contracts\View\View;
|
||||
|
||||
interface Hook
|
||||
{
|
||||
/**
|
||||
* Execute the hook action.
|
||||
*/
|
||||
public function handle(): View;
|
||||
}
|
||||
Reference in New Issue
Block a user