mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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