Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Fixed issue caused by the new syntax of Process constructor since Laravel 7.0 #1644

Merged
merged 1 commit into from
Jan 20, 2021

Conversation

Stupa163
Copy link

@Stupa163 Stupa163 commented Jan 20, 2021

Laravel 7 upgraded Symphony from 4 to 5 and Process syntax changed.

New usage :

$process = new Process(['ls', '-lsa']);
$process->run();

@fherryfherry fherryfherry merged commit 8df3402 into crocodic-studio:v5.5 Jan 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants