update after stop build
All checks were successful
All checks were successful
This commit is contained in:
22
vendor/knuckleswtf/scribe/src/Tools/Globals.php
vendored
Normal file
22
vendor/knuckleswtf/scribe/src/Tools/Globals.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Knuckles\Scribe\Tools;
|
||||
|
||||
class Globals
|
||||
{
|
||||
public static bool $shouldBeVerbose = false;
|
||||
|
||||
// Hooks, used by users to configure Scribe's behaviour.
|
||||
|
||||
public static $__beforeResponseCall;
|
||||
|
||||
public static $__afterResponseCall;
|
||||
|
||||
public static $__bootstrap;
|
||||
|
||||
public static $__afterGenerating;
|
||||
|
||||
public static $__instantiateFormRequestUsing;
|
||||
|
||||
public static $__normalizeEndpointUrlUsing;
|
||||
}
|
||||
Reference in New Issue
Block a user