9 lines
131 B
PHP
Executable File
9 lines
131 B
PHP
Executable File
<?php
|
|
|
|
use Spatie\Backup\Helpers\ConsoleOutput;
|
|
|
|
function consoleOutput(): ConsoleOutput
|
|
{
|
|
return app(ConsoleOutput::class);
|
|
}
|