Amit

Results 2 issues of Amit

### This fileds are fetching two different relationships ```php Column::name('assignedBy.first_name')->label('Assigned by')->alignCenter(), Column::name('assignedTo.first_name')->label('Assigned to')->alignCenter(), ``` ### Both data is coming from same table (users) ```php public function assignedBy() { return $this->belongsTo(User::class);...

``` ERROR [ExceptionsHandler] memory access out of bounds RuntimeError: memory access out of bounds at null. (wasm://wasm/00020232:0:27521) at null. (wasm://wasm/00020232:0:31175) at null. (wasm://wasm/00020232:0:27022) at m (wasm://wasm/00020232:0:25267) . . . ```...