use BookStack\Ownable;
use Illuminate\Foundation\Bus\DispatchesJobs;
-use Illuminate\Http\Exception\HttpResponseException;
+use Illuminate\Http\Exceptions\HttpResponseException;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
return true;
}
- /**
- * Send a json respons with a message attached as a header.
- * @param $data
- * @param string $successMessage
- * @return $this
- */
- protected function jsonSuccess($data, $successMessage = "")
- {
- return response()->json($data)->header('message-success', $successMessage);
- }
-
/**
* Send back a json error message.
* @param string $messageText