mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-01 02:43:58 +00:00
large commit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Classes\General\Abstracts;
|
||||
|
||||
use App\Classes\Exceptions\MalformedRequestException;
|
||||
use App\Classes\Interfaces\DataTransferObject;
|
||||
use App\Classes\General\Interfaces\DataTransferObject;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\QueryException;
|
||||
|
||||
@@ -16,7 +16,7 @@ abstract class AbstractService
|
||||
* @return mixed
|
||||
* @throws MalformedRequestException
|
||||
*/
|
||||
public function execute(Model $model, DataTransferObject $object){
|
||||
public function execute(Model $model){
|
||||
|
||||
try{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user