mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
feat: pr and issue
This commit is contained in:
@ -75,4 +75,12 @@ final class Configuration
|
||||
{
|
||||
return new Configuration\Theme();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the context configuration.
|
||||
*/
|
||||
public function context(): Configuration\Context
|
||||
{
|
||||
return new Configuration\Context();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user