File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11![ logo] ( assets/logo.png )
2- [ ![ PHP Composer] ( https://github.com/karam-mustafa /laravel-multi-process/actions/workflows/php.yml/badge.svg )] ( https://github.com/karam-mustafa /laravel-multi-process/actions/workflows/php.yml )
3- [ ![ Run tests] ( https://github.com/karam-mustafa /laravel-multi-process/actions/workflows/tests.yml/badge.svg )] ( https://github.com/karam-mustafa /laravel-multi-process/actions/workflows/tests.yml )
2+ [ ![ PHP Composer] ( https://github.com/syrian-open-source /laravel-multi-process/actions/workflows/php.yml/badge.svg )] ( https://github.com/syrian-open-source /laravel-multi-process/actions/workflows/php.yml )
3+ [ ![ Run tests] ( https://github.com/syrian-open-source /laravel-multi-process/actions/workflows/tests.yml/badge.svg )] ( https://github.com/syrian-open-source /laravel-multi-process/actions/workflows/tests.yml )
44![ Code Quality Score] ( https://api.codiga.io/project/30511/score/svg )
55
66# Multi Process
Original file line number Diff line number Diff line change 11<?php
22
33
4- namespace SOS \MultiProcess \Classes ;
4+ namespace SOS \MultiProcess \Abstracts ;
55
66
77class MultiProcessAbstract
Original file line number Diff line number Diff line change 44namespace SOS \MultiProcess \Classes ;
55
66
7+ use SOS \MultiProcess \Abstracts \MultiProcessAbstract ;
78use Symfony \Component \Process \Exception \ProcessFailedException ;
89use Symfony \Component \Process \PhpProcess ;
910use Symfony \Component \Process \Process ;
1415 * @author karam mustafa
1516 * @package SOS\MultiProcess\Classes
1617 */
17- class MultiProcess
18+ class MultiProcess extends MultiProcessAbstract
1819{
1920
2021 /**
You can’t perform that action at this time.
0 commit comments