/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Console
/
Contracts
/
Upload File
HOME
<?php namespace Illuminate\Console\Contracts; interface NewLineAware { /** * Whether a newline has already been written. * * @return bool */ public function newLineWritten(); }