cybercog / laravel-paket

Composer GUI. Manage Laravel dependencies from web interface without switching to command line!

Home Page:https://komarev.com/sources/laravel-paket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify JobRepository store method

antonkomarev opened this issue · comments

Current API:

public function store(JobContract $job, RequirementContract $requirement): void

New API:

public function store(JobContract $job): void