tipo: modificación del cpanel y gitignore de la carpeta vendor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Prompts\Themes\Contracts;
|
||||
|
||||
interface Scrolling
|
||||
{
|
||||
/**
|
||||
* The number of lines to reserve outside of the scrollable area.
|
||||
*/
|
||||
public function reservedLines(): int;
|
||||
}
|
||||
Reference in New Issue
Block a user