File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/prompts/src/Themes/Contracts
Upload
[..]
Scrolling.php (204 B)
Edit
Rename
Del
Edit: Scrolling.php
<?php namespace Laravel\Prompts\Themes\Contracts; interface Scrolling { /** * The number of lines to reserve outside of the scrollable area. */ public function reservedLines(): int; }
Simpan