File: PhiFactory.sol
227:     function updateArtSettings(
228:         uint256 artId_,
229:         string memory url_,
230:         address receiver_,
231:         uint256 maxSupply_,
232:         uint256 mintFee_,
233:         uint256 startTime_,
234:         uint256 endTime_,
235:         bool soulBounded_,
236:         IPhiNFT1155Ownable.RoyaltyConfiguration memory configuration
237:     )
238:         external
239:         onlyArtCreator(artId_)
240:     {
